Skip to content

InScrompT/formzend

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

2. Add name attribute to every field.

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.