Require fields when submit button pressed
I have three text boxes in a fillable PDF that I want to be required before the user presses the submit button. The submit button sends the form via email to someone.
I have checked the 'required' field for each of the text boxes but that's not stopping it from being submitted even if they are blank.
I'm assuming that this needs to be coded into the submit button. Any suggestions on how to do that?
