A simple contact form using PHP, Bootstrap, and Google's reCaptcha.
Open the contactus.php and edit the following lines of code:
<?php
######################################################################
$metatitle = 'Example.Com';
######################################################################
$noreply = 'noreply@example.com';
######################################################################
$siteurl = 'https://www.example.com';
######################################################################
$myemail = 'admin@example.com';
######################################################################
######################################################################
$sitekey = 'mysitekey';
$seckey = 'mysecretkey';
######################################################################
?>