First time user here and need some assistance.
I have a form with several drop downs and many text fields built in the latest version of Acrobat DC.
I have added a submit button that tests for required fields before submission.
It tests text fields OK, but if the drop down has ANY value including the default "Please select" it considers that as a valid answer, despite a script added to ensure the drop down is always set as a required field if the value = "Please select".
I have added this script to the custom format section, and tried it in Actions, Validation and Calculate sections, but it always has the same result. The submit button ignores that the drop down setting as "required".
I have scoured the web for hours, there are many suggestions but look a bit complex and beyond my novice JavaScript skills.
How do I get the submit button to check if a drop down that has the default value, and to treat it as an empty field like a text field?
Appreciate any advice.
