• Resolved Beherit

    (@beherit)


    I trying to use your plugin to work with my custom forms that loads via JSON. I use for it function:
    $variable = anr_captcha_form_field();
    I can’t use do_action( 'anr_captcha_form_field' ) because this prints response. Function return captcha code <div class="anr_captcha_field"><div id="anr_captcha_field_1" class="anr_captcha_field_div"></div></div> but captcha does not show up.

Viewing 2 replies - 1 through 2 (of 2 total)
  • As your form is loaded via JSON, i believe captcha js is fired earlier. You can call captcha execute after form is loaded.

    Thread Starter Beherit

    (@beherit)

    I haven’t found function to execute captcha so I decided to write my own captcha plugin.

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