• Resolved LauraHartwigDesign

    (@laurahartwigdesign)


    First, I love your plugin and recommned it to everyone, so thank you. Now, I’m using it on a site with WooCommerce and the Affiliates Pro plugin by http://www.itthinx.com/. I am using the latest version of your plugin and have disabled it’s use on all but the WordPress login form, however, I’m getting an error “ERROR: Please enter a valid CAPTCHA value.” whenever someone tries to use the Affiliates registration form. No captcha is showing, but I’m getting this error message when I try to submit. What can I do to either show the captcha on the form or stop the error if no captcha can be shown? Thanks for your help!

Viewing 1 replies (of 1 total)
  • Hi,

    Most likely your custom registration form uses the same hooks as the standard form does for captcha validation, and the error occurs because your custom form doesn’t contain captcha. You can add it using the code <?php echo apply_filters( 'cptch_display', '' ); ?>. Add it to the code of the custom form where necessary.

    Sincerely,
    BestWebSoft Support Ream

Viewing 1 replies (of 1 total)

The topic ‘Causting problem with Affiliates Pro Plugin’ is closed to new replies.