Is there a way to disable submitting the form by simply pressing the Return/Enter button on the keyboard?
I ask because if in the middle of filling out the form if someone hits the Enter button by mistake, the form is either sent half filled out and then cleared of all data, or errors pop up and it gets messy.
So is there a way to make the form only submittable by clicking the Send button?
While I don’t have/know the solution, I have a work around.
We have an issue with people using the “enter” key when typing their name in a form on a software keyboard on an ipad. We solved the issue by making another field required so that they would get an error rather than accidentally submitting the form. So field A would ask that the person to type in a text field and field B would be a required question which would prevent the “enter” key being used in field A from submitting the form.