Jump to content

Error 403 in contact form


juanman

Recommended Posts

  • 2 weeks later...

A 403 error on form submission usually means the server is denying access due to permission issues or security settings. Check the form’s endpoint URL, server permissions, and any firewalls or plugins that might block the request. Ensure the form is sending data correctly via POST with required headers.

If using cross-origin requests, verify CORS policies and ensure anti-spam tools like CAPTCHA or rate-limiting aren’t causing the issue. Temporarily disable or reconfigure these tools to test if they’re the source of the problem.

Link to comment
Share on other sites

  • 3 weeks later...

Hi,

Thanks for your answers. I have tried disabling mod_security on my server but the error continues, at least for me because I have been able to receive messages from clients these days. It's strange, it seems to work but not for me from different browsers.

Link to comment
Share on other sites

The 403 Forbidden error typically indicates that the server is denying access to the requested resource, which in this case is your contact form submission. Check your server/hosting configuration to ensure the contact form script has the necessary permissions, inspect your contact form code for any issues, and consider testing the form submission with a different browser or device.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...