FormZend
Get form submissions delivered directly to your email. No server, no signup, no database.
Perfect for static sites
Using FormZend
<form action="https://formzend.com/your@email.com" method="POST">
<input type="email" name="email">
<input type="text" name="name">
<input type="submit" name="Send!">
</form>
1. Setup the form
Change your form action attribute to https://formzend.com/your@email.com
and replace your@email.com with own
email address.
name
attribute to every field.
2. Add Ensure all <input>
, <select>
and <textarea>
elements inside your form have a name attribute, otherwise you will
not receive the data filled in these fields.
3. Submit form and confirm email.
Go to your website and submit the form once. This will send you an email asking to confirm your email address.
π !
4. That's it From now on, when someone submits that form, we'll forward you the data as email.
Deploying it
This is a simple Laravel Project. So refer to Laravel's Documentation on how to deploy.
This project also uses Laravel Queues. So make sure to set that up too
Thanks
This project is heavily inspired by, or to be more exact, copied from the very old FormSpree.io. Used to love it, but they're now cramping in features and trying to do a lot of stuffs.
This project just plans on resurrecting the old FormSpree. No extra bells and whistles. Just does what it does.