Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.37 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.37 KB

Simple Contact Form

A contact form that takes submissions and emails it to a desired email address. If you notice any issues submit a request.

Documentation & Demo

https://nateduhamell.com/github-project-simple-contact-form/

Versions

  • 1.2 - You can now store the form entries in a .log file for archivability.
  • 1.3 - Added Captcha Form (captcha-form.html)

Install

  1. Navigate to sendmail/sendmail.php
  2. Change Line 44 ($to = "youremail@gmail.com";) to your email address.
  3. That's it! You're good to go!

Install Images

Simple Contact Form Install Instructions

Additional Install Details

  • The Log File will be created automatically
  • if you want to use the contact form with a captcha. Delete index.html. Then rename captcha-form.html to index.html

Features

  • sends to desired email address
  • validates email address field
  • modern and minimal design
  • lightweight
  • available captcha
  • logs all entries for archivability

License

This software is under an MIT License. Which allows full use to edit, distribute, or sell this code. See the "LICENSE" file for more information!