A simple contact form, using Google reCAPTCHA v3 with PHP for server side validation.
Add your Site key from the reCAPTCHA dashboard on lines 9 and 12 of 'public/index.php':
YOUR_RECAPTCHA_SITE_KEYAdd your Secret key from the reCAPTCHA dashboard on line 31 of 'public/index.php':
YOUR_RECAPTCHA_SECRET_KEYThis can be run locally with vagrant up.
You should run the following to install the required Vagrant plugins:
$ vagrant plugin install vagrant-hostmanagerAccess the website locally at http://recaptcha.local
The Vagrant box being used is Scotchbox Pro
See blog post here
