Active ReCaptcha in front
-
Hello,
I am new user with ACF, and I want active Recaptach on a form in my wordpress.
I Add a field reCaptach in backoffice, the fiels is added an configured.
In back, I show the filed and the logo “reCaptach” is showing in the right corner.
But, in my front, the logo is not show. I thing that I must not add the good code in my front end …
Can you help me ?
My HTML Code in my front page:
<?php echo the_field('recapatcha'); ?> <form class="form d-block" method="post"> ... </form>
And the config of recapatcha code:
array( 'key' => 'field_form_fields_recapatcha', 'label' => 'ReCAPATCHA', 'name' => 'recapatcha', 'type' => 'acfe_recaptcha', 'instructions' => 'AntiSpam pour le formulaire', 'required' => 0, 'conditional_logic' => 0, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'only_front' => 0, 'acfe_permissions' => '', 'version' => 'v3', 'v2_theme' => 'light', 'v2_size' => 'normal', 'site_key' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'secret_key' => 'xxxxxxxxxxxxxhxxxxxxxxxxxxxxxxxxx', 'acfe_settings' => '', 'acfe_validate' => '', 'disabled' => 0, 'readonly' => 0, 'v3_hide_logo' => false, 'acfe_form' => true, ),
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Active ReCaptcha in front’ is closed to new replies.