Turn any form into a powerful contact form.
Receive submissions instantly by email – no backend required.
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>