Easy to set-up Contact form written in PHP using JavaScript, Ajax, Bootstrap, PHPMailer and reCAPTCHA.
- Install composer if you haven't already.
- Run command 'composer update', this will install dependencies.
- Make an account for your site in Google reCAPTCHA.
- Replace 'recaptcha-site-key' with your site key in index.html file.
- Replace 'recaptcha-private-key' with your site private key in mailer.php file.
- Change smtp and email configurations in mailer.php file as well.