Added hCaptcha

This commit is contained in:
2022-06-11 23:36:12 -04:00
parent 9e8ec9c37e
commit d776643f7e
2 changed files with 46 additions and 8 deletions
@@ -4,6 +4,7 @@
<head>
<meta name="title" content="WrenchBoard: Find a Freelancer | Sell Professional Services" />
<?php include("header_contents.php");?>
<script src='https://www.hCaptcha.com/1/api.js' async defer></script>
</head>
<!--end::Head-->
<!--begin::Body-->
@@ -39,6 +40,9 @@
<label class="form-label fw-bolder text-gray-900 fs-6">Email</label>
<input class="form-control form-control-solid" type="email" placeholder="Your Username/Email" name="email" value="" autocomplete="off" />
</div>
<div class="fv-row mb-10" style="text-align:center;">
<div class="h-captcha" data-sitekey="<?php echo $hcaptcha_site_key; ?>"></div>
</div>
<!--end::Input group-->
<!--begin::Actions-->
<?php echo $action_message; ?>