Added hCaptcha
This commit is contained in:
@@ -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; ?>
|
||||
|
||||
Reference in New Issue
Block a user