web/views/contact.html
Seán C McCord 01e9211138
recaptcha addition
Signed-off-by: Seán C McCord <ulexus@gmail.com>
2021-10-25 20:10:36 -07:00

14 lines
761 B
HTML

<h4>Schedule a quick introductory call now:</h4>
<iframe src="https://app.acuityscheduling.com/schedule.php?owner=20390530&appointmentType=16245294" title="Schedule Appointment" width="100%" height="800" frameBorder="0"></iframe><script src="https://embed.acuityscheduling.com/js/embed.js" type="text/javascript"></script>
<h4>Or send us an email:
<script src="https://www.google.com/recaptcha/enterprise.js" async defer></script>
<form action="#">
<div class="g-recaptcha" data-sitekey="6LeJT-4aAAAAADoN6iVbCGQpLlV8GD35S_X9Myg5" >
<input type="text" name="name" placeholder="Your Name" REQUIRED />
<input type="email" name="email" placeholder="Your Email" REQUIRED />
<input type="submit" name="submit" value="Let's Chat" />
</form>
</h4>