Conditional Required Fields
I would like to make 5 fields required to be filled in but only if a different field is filled in. For example
if "Text5" has a value
then "Text18" "Text31" "Text32" "Text57" "Text70" are required
it also needs to include
if a value is input into "Text5", then removed or deleted
then "Text18" "Text31" "Text32" "Text57" "Text70" are no longer required
The removal function is because I have a print button checking for required fields, so it has to turn back off too for that to work.
Thanks
