Answered
This topic has been closed for replies.
Set that field as required and then use this script as 'Validation' of that same field:
event.target.required = event.value == "Please Select Option" ? true : false;
A submit will be blocked when a field is both required and set to it's default value. So make "Please Select" the default. I don't see any need for the script.
Sign up
Already have an account? Login
To post, reply, or follow discussions, please sign in with your Adobe ID.
Sign inSign in to Adobe Community
To post, reply, or follow discussions, please sign in with your Adobe ID.
Sign inEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.

