I am building a form for program registration. I would like the answer to a drop-down, at the beginning of the form, to dictate which fields on the form are required. For instance, if a user selects a value of "Y" in the drop down, I would like Fields 1,2 and 3 to be required. If they select "N", then I want Fields 4,5 and 6 to be required. Is this possible?
Would I design the form with all fields set to NOT required, then change the setting based off of the results of the drop down? Would this be done using JS?
Thanks!!
Rick
Would I design the form with all fields set to NOT required, then change the setting based off of the results of the drop down? Would this be done using JS?
Thanks!!
Rick