• Resolved inndesign

    (@inndesign)


    If a person types the incorrect Captcha values by mistake, the error results in jumping to a rather primitive error notice page. Why not a simple AJAX pop-up error notice as not to lose the data entered? As a result, the user loses all their data entered, and has to retype all the content over again. Very unprofessional.

    As a courtesy, all my PHP forms on each website I design includes:

    header("Cache-Control: private, max-age=10800, pre-check=10800");
    	header("Pragma: private");
    	header("Expires: " . date(DATE_RFC822,strtotime("+1 day")));

    This allows the data to be retained, as long as the browser stays in session, even if jumping to another page. Is this not applicable to the functions of this plugin?

    https://ww.wp.xz.cn/plugins/google-captcha/

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

    (@bestwebsoft)

    Dear Inndesign,

    Presently, this functionality is not available. We will take your offer into consideration and will implement this functionality in case we find it necessary. Also, if you want you can request a paid customization and provide details in a private ticket on our support forum http://support.bestwebsoft.com/ This will allow us develop this functionality for you.

    Regards,
    BestWebSoft Support Team.

Viewing 1 replies (of 1 total)

The topic ‘Lose Data fields When Recaptcha is Invalid’ is closed to new replies.