I am trying to:
Toolset types was used to create a contact box on our website. When trying to use the box, after filling out the form completely and pressing submit, we receive the error "Please fill out all form fields correctly. "" required"
Link to a page where the issue can be seen: hidden link
I expected to see:
Message sent successfully
Instead, I got:
Please fill out all form fields correctly.
"" required
Thank you for the code, however i'm not able to assist with this since the form itself was creating using PHP and not our Toolset forms plugin.
You will need to go through the code to see which field it is failing at. From what I can see is that there is a required field on the form that is not displaying which is causing the form not to submit.
No, this form was built by the development team that built our website. The form has worked great for the last few years - this seems to have just started. Form fields displayed are the same as before :/
In any case I won't be able to debug this because it wasn't built using our Forms plugin. It was a complete custom form that is populating our fields.
Any error you are getting is related to the form itself. I would recommend that you get in touch with the dev team for them to have a look at this.
Anything could've caused the issue, an update to wordpress, your theme, plugins etc. So they will need to go through and check the form's code to see where it is asking for the required field.
If this was built using our Toolset Forms plugin then I could assist with the debugging but custom coding is out of our support scope.