Skip to content

A simple contact form built in HTML and PHP that asks for a Name, Email, and Message then emails inputted information to a e-mail address you choose, and archives it in a log file. Project Website:

License

nduhamell/simple-contact-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A simple contact form built in HTML and PHP that asks for a Name, Email, and Message then emails inputted information to a e-mail address you choose, and archives it in a log file. Project Website:

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published