Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Aidas

    (@frankenstein-uk)

    Hi, could you please send me your website address?
    Have you set up reCaptcha API keys in plugin settings correctly?

    Thread Starter emmarichardson

    (@emmarichardson)

    https://edconsulting.org/form/

    Pretty sure the API keys are correct. I have copied and pasted them twice. The reCaptcha loads, and looks like it works but maybe doesn’t report back correctly to the form?
    Thanks for any help you can give me…

    Plugin Author Aidas

    (@frankenstein-uk)

    Have you defined domain correctly when obtaining reCaptcha API?

    https://i.imgur.com/zhauvgP.jpg

    It should right domain specified. Double check if you have site key and site secret in correct fields.

    Let me know if this gets you any further.

    Thread Starter emmarichardson

    (@emmarichardson)

    Yes, done that already.

    Thread Starter emmarichardson

    (@emmarichardson)

    Also, when I was building this site on my computer, Google would throw the error about incorrect domain – I don’t get that now that it is live on the web.

    Plugin Author Aidas

    (@frankenstein-uk)

    Ok, I will keep you posted, gonna investigate this issue further, although works fine for me.

    Thread Starter emmarichardson

    (@emmarichardson)

    Thanks Aidas – really appreciate it. Will keep looking on my side too.

    Thread Starter emmarichardson

    (@emmarichardson)

    Update – I installed reCaptcha plugin and am using it on Comments with exact same settings – it works…

    Plugin Author Aidas

    (@frankenstein-uk)

    Thanks for update, I am reviewing the code to spot possible issue, could you screen your form settings page for me?? Do you have skype? Maybe I could inspect your website myself?

    Thread Starter emmarichardson

    (@emmarichardson)

    I do have skype – username eyjrichardson. I am now thinking that it might be a site problem. While I do not get an error when using the WP-recaptcha plugin, all comments are sent to spam in WP. I have tried deleting and creating a new key but it is showing the same behavior.

    Plugin Author Aidas

    (@frankenstein-uk)

    Sorted!

    For everyone who have same issue, please check php_info(); whenever you allow_url_fopen is on. If you host allow_url_fopen is set to 0, it won’t allow to receive reCapchta result via php.

    You can try to fix it by adding following line to php.ini:
    allow_url_fopen = 1

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘ReCaptcha Problem’ is closed to new replies.