Hi there,
I have a form that has several fields that management would like set to required. I have set them up that way but from what I've read so far, required fields are only "required" when there is a submit button on the form.
Is there any way to make required fields prevent the user from saving the form if they are blank? Some sort of validation script?
The business lines current process (which we currently can not change) is to fill out the form, print it out, then scan it into an imagining system , etc etc etc.
What we can to is skip the print step and save the PDF directly to the imaging system. I need to find out how to make those fields actually required without submitting the form. Is there any way to do this?