This commit is contained in:
JoseluCross
2018-10-26 16:42:47 +02:00
parent ed6f78e95a
commit 1ef6ae4b7a
4 changed files with 31 additions and 13 deletions

View File

@@ -79,6 +79,10 @@
<input type="checkbox" required="required" name="tos" id="tos">
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="captcha"></label>
<div class="col-sm-10 g-recaptcha" data-sitekey="6Ld-C3cUAAAAADjyFgwdcVuLJqfCr0F3s2p1mE86"></div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-success">Submit</button>