I have a dependent select field (dependent upon another select above it.) It’s not visible unless it’s actually populated. The database field can be NULL.
I’d like this select field to be required if it’s showing (because it’s populated and there is a possible selection to be made) and NOT required if it isn’t (no choices anyway.) I don’t see any way within the SC interface to dynamically require a field based on some parameter(s).
Any suggestions for how I can do this?
Thanks in advance.