Formpost

Contact us

Questions about a plan, a stubborn integration, or something that is not behaving? Send a message and a human will reply.

You can also email hi@formpost.ai directly.

This form runs on our own API

The form beside this text posts to the same endpoint your site would use. Nothing special, no internal shortcut.

this page
<form action="https://api.formpost.ai/submit" method="POST">
  <input type="hidden" name="access_key" value="…">
  <input type="hidden" name="subject" value="Message from the contact page">
  <input type="text" name="name" required>
  <input type="email" name="email" required>
  <textarea name="message" required></textarea>
  <input type="checkbox" name="botcheck" style="display:none">
  <button type="submit">Send</button>
</form>