Get form submissions delivered directly to your email. No server, no signup, no database.
Perfect for static sites
<form action="https://formzend.com/[email protected]" method="POST">
<input type="email" name="email">
<input type="text" name="name">
<input type="submit" name="Send!">
</form>
Change your form action attribute to https://formzend.com/[email protected]
and replace [email protected] with own
email address.
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.
Go to your website and submit the form once. This will send you an email asking to confirm your email address.
From now on, when someone submits that form, we'll forward you the data as email.
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
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.