The website I made for my client is https://pariswashcompany.com/
On this website I get error 409 when the contact form is submitted
I purchased the contact form from bootstrapmade.com Which is a professional company and In their instructions, they say "Fully functional contact form Just change the email to yours in contact.php and it works after that".
When I submit the contact form it throws me error 409 but my hosting company HostGator Cannot seem to solve it, so I was wondering if anyone else had run into this problem.
Solutions I have tried
1, Hostgator cleared website cache
2, we contacted the creator of the PHP contact form they said error 409 has to do with the hosting company (creator bootstrap made)
3, we contacted Hostgator and they told us to set our PHP to 7.4 within our cpanel
Any help is greatly appreciated at this point thanks.
2
Answers
Okay thanks for all your comments i appretiate it hostgator fixed this by white listing my websites code originally the code was black listed by the hosting company
hostgators response Thank you for waiting. We successfully whitelist your contact form in a mod sec and it seems fixed it. Can you try again now?
It appears there's a script or code in the contact form that was blocked in mod security. No worries, it has been whitelisted permanently.
There are duplicate ids in the form. email and number have the same id. Ids should be unique.
409 is about consistency/conflict
Reference : Mozilla : 409 Conflict
Reference : What Is a 409 Status Code?