Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

samdobson/fwdform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart contact form processing

This will be useful if...

  • You want to forward a simple contact form to your email
  • You have a static site and don't want to run a server

Usage

Grab a Mailgun account and make a note of your API key.

Deploy

Then create your form like so:

<form action="https://{YOUR_APP_NAME}.herokuapp.com" action="POST">
  Name: <input type="text" name="name"><br>
  Email: <input type="text" name="email"><br>
  Message: <textarea name="message" cols="40" rows="5"></textarea>
  <input type="submit" value="Send Message">
</form> 

About

Quickstart contact form processing for static sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages