ReCaptcha - Episode 2

This commit is contained in:
2020-05-13 22:05:16 +02:00
parent b09c531cad
commit ca62fc8c00
14 changed files with 192292 additions and 0 deletions

View File

@@ -32,6 +32,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}">
@@ -87,6 +88,11 @@
</div>
</fieldset>
<div>
{hook name="recaptcha.check"}
<br>
</div>
{hook name="contact.form-bottom"}
<div class="form-group group-btn">

View File

@@ -309,7 +309,12 @@
{hook name="register.form-bottom"}
<div class="form-group group-btn">
<div class="col-sm-5 col-sm-offset-3">
{hook name="recaptcha.check"}
<br>
</div>
<div class="control-btn col-sm-5 col-sm-offset-3">
<button type="submit" class="btn btn-primary"><i class="fa fa-chevron-right"></i> {intl l="Register"}</button>
</div>