Support » Plugin: Contact Form Manager » [Plugin: Contact Form Manager] Captcha – Not returning incorrect entry action required message

  • Resolved pureoption

    (@pureoption)


    Hi,

    Great plugin BTW!

    Small issue with captcha not returning error message when entered incorrectly the authentication words. It’s keeping the form data and refresh to new recaptcha words as it should but there is no action message for end users notifying them they need to reenter the words.

    How do I setup an error message return validation ?

    Thanks

    http://wordpress.org/extend/plugins/contact-form-manager/

Viewing 1 replies (of 1 total)
  • Plugin Author f1logic

    (@f1logic)

    Hi

    You were right. It was a bug.
    Thanks for pointing it out.
    We have fixed it and shall include it in next subversion.

    To get the updated file please contact our support
    http://xyzscripts.com/support/
    Please mention this forum post url in your message

    Or if you are good at editing php files using plugin editor, please edit create-contact-form.php as mentioned below

    find the following

    jQuery(“#xyz_cfm_reCaptcha_”<?php echo $xyz_cfm_reCaptchaId;?>)

    replace it with

    jQuery(“#xyz_cfm_reCaptcha_<?php echo $xyz_cfm_reCaptchaId;?>”)

    Regards
    XYZScripts Team

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Contact Form Manager] Captcha – Not returning incorrect entry action required message’ is closed to new replies.