2.0 just got released!

Get your users
to reach you

Turn any form into a powerful contact form.
Receive submissions instantly by email – no backend required.

Create your form

It's free. Forever.



 <form method="POST" action="https://cform.app/f/token">
<!-- Whatever you want ! -->

<!-- You will receive this content by email -->
<input type="email" class="form-control" placeholder="Your email" name="email" />

<!-- You will also receive this content email -->
<input type="text" class="form-control" placeholder="Your message" name="message" />

<!-- This will sends the form to you -->
<input type="submit" class="btn btn-sucess" value="Submit" />

</form>