• Resolved giangel84

    (@giangel84)


    Hi I always get this error while sending form:

    Some errors occurred:
    Security check failed, please refresh this page and try to submit the form again.

    It seems, reading plugin’s code, the wp_verify_nonce doesn’t work.
    Is there a way to fix it?
    Thanks in advance.

    • This topic was modified 6 years, 6 months ago by giangel84.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jb Audras

    (@audrasjb)

    Hello,

    I just succeed to ask for my data on you website: https://jeanbaptisteaudras.com/images/test-gdpr-plugin.png

    Maybe cache issue?

    Cheers,
    Jb

    Thread Starter giangel84

    (@giangel84)

    Thank you man and sorry, You are right!
    Maybe my Chrome’s cache is making this issue, tried on Firefox the request is gone succesfully.

    Is the fixed captcha a correct approach? I think that randomise numbers could be better for security.

    You can use mt_rand(1,9) to get random numbers, hash the sum as MD5, then get the answer (hashed as MD5) and compare the strings to check it properly.

    Compliments for your work! Very useful plugin!
    Thank you!

    Plugin Author Jb Audras

    (@audrasjb)

    Hello @ giangel84 and thank you too, I appreciate to get reviews and users feedback ??

    Concerning the “fake” captcha, you’re absolute right. This was a workaround and should be fixed now. The code is already done and just needs some tests. I’ll release a new version in a couple of days.

    Thank you for your interest!! ??

    Cheers,
    Jb

    Thread Starter giangel84

    (@giangel84)

    Ok @audrasjb thank you again,
    Have a nice work! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error sending form’ is closed to new replies.