Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 556 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 556 Bytes

Simple PHP Contact Form

A Simple Contact Form developed in PHP with HTML5 Form validation. Has a fallback in JavaScript for browsers that do not support HTML5 form validation.

Were developed two forms of form validation, one using jQuery and the other with pure JavaScript. The PHP code for both is the same. choose your and do not forget to change the PHP script where the email should be sent.

$emailTo = '<YOUR_EMAIL_HERE>';

See the online form here.