• Resolved michaelmbeconetwork

    (@michaelmbeconetwork)


    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)
  • Plugin Author Franky

    (@liedekef)

    Your template code seems correct. Did you check if the captcha shows in regular EME events (in the rsvp form if wanted)? Maybe you’re missing the php-gd extension …

    Thread Starter michaelmbeconetwork

    (@michaelmbeconetwork)

    I deleted everything except:

    <?php EMEFS::field(‘captcha’); ?>

    and it’s now showing up, so my issue is resolved for now. Thanks for the nudge in the right direction.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Inserting Captcha’ is closed to new replies.