nduhamell / simple-contact-form

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:

Home Page:https://github.nated.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

https://github.nated.xyz

License:MIT License


Languages

Language:PHP 56.0%Language:HTML 44.0%