Well in a previous question I asked the same thing, but the answer that i doesn’t prevent a submit when the user is in a text-box.
So basically what i need is the ability to keep a person from submitting a form unless the explicitly click the submit button.
edit:
basically the main reason for doing this is that this is an employer survey. the people on this won’t be the most technically savvy, and the client i’m making this for has requested this.
i set the form to onsubmit=”return false” and did this