Introduction

How it works

When you connect your html form to our endpoint submissions are sent to your email. This service is free and is limited to 250 submissions a month.

You may build your form with both custom fields and pre-defined fields. Pre-defined fields are optional and used for various configurations.

Set up

  1. Add your email to the formsquire.com/email/YOUREMAIL URL replacing YOUREMAIL.
 




<form action="https://formsquire.com/email/YOUREMAIL" method="POST">
    <input type="text" name="message">
    <input type="submit" value="Send">
</form>

  1. Submit your form once to trigger a confirmation email. After confirming your email address you can start recieving submissions 🎉.

EMAIL CONFIRMATIONS

To prevent spam email confirmations are required for each origin or path you are sending from.

For instance example.com and example.com/foo would require two seperate email confirmations. Confirmations are also required for differences in schemes and subdomains.