A contact form with Google’s reCaptcha, PHPMailer, and bootstrap-validator.
- Register your site with Google’s reCaptcha
- Add your client key (index.php line 59)
- Add your secret key (submit/contact_process.php line 34)
- Fill in your site and email information (submit/contact_process.php)
- PHPMailer - The classic email sending library for PHP
- Bootstrap Validator - HTML5 form validation jQuery plugin for Bootstrap 3
- reCaptcha - Spam protection
- jQuery
- Bootstrap 3.3
This project is licensed under the MIT License - see the LICENSE.md file for details