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
- Add your email to the
formsquire.com/email/YOUREMAIL
URL replacingYOUREMAIL
.
<form action="https://formsquire.com/email/YOUREMAIL" method="POST">
<input type="text" name="message">
<input type="submit" value="Send">
</form>
- 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.