Hello,
Since forms doesn't allow us to have multiple start forms, I am having to put three forms into one. I am segregating the forms by sections, then having the sections collapsed when when user is presented with the form. The user is using a lookup table to determine what sections they are able to view.
We would like to make some of these fields required in the different sections, but obviously, if the user doesn't need to fill out that section, they can't fill in required fields.
I'd like the user to fill in a radio button that's at the top of the section to indicate they intend to enter fields in that specific section. Once filled in, certain fields become required. I saw this post:
Which is helpful, but doesn't speak to having multiple fields to make dynamic. Can someone please show me how to do so? Thanks!