Skip to content

victoria-parker/simple-web-contact-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevProjects - Simple web contact form

This is an open source project from DevProjects. Feedback and questions are welcome! Find the project requirements here: Simple web contact form.

About

This project consists of a HTML web form that once completed, it posts the data received to a second page in order to confirm the information is correct. If the data isn't right, it is possible to go back and change it. If it is correct, it can be submitted, and the program will send it by email. It will give a last message confirming the email was sent or informing it wasn't possible to send.

Tech used

Built with

  • PHP
  • PHPMailer
  • CSS

demo

https://simple-web-contact-form.herokuapp.com/

For security reasons, the email address, and the password has been removed, so in the demo the program is not sending the emails.

Installation

To build this project it was necessary to install PHPMailer. I did it via composer running

composer require phpmailer/phpmailer

For more details on how to install it visit https://github.com/PHPMailer/PHPMailer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published