Support » Plugin: Invisible reCaptcha for WordPress » How to Add to Custom Forms?

  • Hello everyone!

    I’m trying to add invisible reCAPTCHA to my custom forms, but the instructions for doing so aren’t making any sense to me. The front page mentions that I should add:

    do_action(‘google_invre_render_widget_action’);

    to my form before the </form> closing tag, but this code isn’t even in a proper <?php?> tag. I tried adding:

    <?php do_action(‘google_invre_render_widget_action’); ?>

    to my custom form HTML, but wordpress just comments it out when the page loads. I was under the impression that WordPress doesn’t support browser scripting anyway.

    Can anyone tell me what I’m supposed to be doing differently? How can I actually enable this plugin for my custom forms on WordPress?

    All the best,

    Artem

  • The topic ‘How to Add to Custom Forms?’ is closed to new replies.