Inserting Captcha
-
Hello,
How do you show the captcha in events made easy frontend submit? I have the field in the form but there is no captcha showing.
I entered:
<h3><?php _e(‘Captcha’,’events-made-easy-frontend-submit’); ?></h3><div class=”input”>
<div id=”captcha”></div>
<?php EMEFS::required_field(‘captcha’); ?>
<?php EMEFS::error(‘captcha’); ?>
</div>
<label for=”captcha”><?php _e(‘Enter Captcha to prove you are not a robot’,’events-made-easy-frontend-submit’); ?> <small><?php _e(‘required’,’events-made-easy-frontend-submit’); ?></small></label><br/>into the form.php and captcha is enabled in the settings.
Thanks for any help you can give.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Inserting Captcha’ is closed to new replies.