Intégration du module ReCaptcha

This commit is contained in:
2019-12-01 17:29:32 +01:00
parent a7d28b3b14
commit 7415fa590b
23 changed files with 706 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
{intl l="Send us a message"}
</div>
<div class="panel-body">
{if $form_error}<div class="alert alert-danger">{$form_error_message}</div>{/if}
<div class="row">
{form_field field="name"}
<div class="form-group group-name col-sm-6{if $error} has-error{/if}">
@@ -89,6 +90,11 @@
</div>
</fieldset>
<div>
{hook name="recaptcha.check"}
<br>
</div>
{hook name="contact.form-bottom"}
<div class="form-group group-btn">

View File

@@ -306,6 +306,10 @@
</div><!--/.form-group-->
{/form_field}
<div class="control-btn col-sm-5 col-sm-offset-3">
{hook name="recaptcha.check"}
<br>
</div>
{hook name="register.form-bottom"}
<div class="form-group group-btn">