All forms not working – wpcf7_forbidden
-
Hi there,
I’ve searched everywhere and can’t find a solution.
I’ve already disabled all plugins except contact-form-7, cleared cache all the time, tried again, refreshed nonce key in wp-config.php.
I have tried as well to allow cors from every website:add_header 'Access-Control-Allow-Origin' '*';add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';However, everytime I access a url of my website containing a form, I get this error on console:
{
"code": "wpcf7_forbidden",
"message": "No tienes permiso para acceder al formulario de contacto que solicitas.",
"data": {
"status": 403
}
}Any idea why? This is recent and I have no idea about what have changed.
Thank you very much,Ricardo
The page I need help with: [log in to see the link]
The topic ‘All forms not working – wpcf7_forbidden’ is closed to new replies.