Hi, marnyscom,
At first look, it seems that your wp theme uses a submit buttom with its own identifier (not the tipical #submit id ).
Simply, polease, change you the identifier method for buttom in the plugins settings.
If there is other issues, please, then send me some more information about your wp installation: version, theme, other installed plugins, javascrip console content, the site address for cheking…
Thanks in advance
Joan Miquel
Hi,
Thanks for your answer. The submit button has the id #submit, and there is no other one.
WP version is 5.2.1
Theme Everything
The console log:
onabort: null
onerror: null
onload: null
onloadend: null
onloadstart: null
onprogress: null
onreadystatechange: ƒ ()
ontimeout: null
readyState: 4
response: “{“success”:true,”data”:{“result”:”OK”,”address”:”185.44.27.124″}}”
responseText: “{“success”:true,”data”:{“result”:”OK”,”address”:”185.44.27.124″}}”
responseType: “”
responseURL: “https://www.marnys.es/wp-admin/admin-ajax.php”
responseXML: null
status: 200
statusText: “”
timeout: 0
upload: XMLHttpRequestUpload {onloadstart: null, onprogress: null, onabort: null, onerror: null, onload: null, …}
withCredentials: false
__proto__: XMLHttpRequest
I have fixed it removing the “statusText” check in /js/recaptcha.js (line 79)
Thank’s for the response an the solution.
Best,
Joan Miquel