Contact us

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

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://submit.formemailapi.com/YOUR_FORM_ID" method="POST">
  <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>
  <button type="submit">Send</button>
</form>