In my form, how can I make a set of 2 questions required, but only need 1 of the 2 answered?
I have a form where I need the below questions answered, but only one of them is required.
Training Session A
- Day 1
- Day 2
- Day 3
- Day 4
Training Session B
- Day 1
- Day 2
- Day 3
- Day 4
I don't want to make both of these fields required, because we don't want them to have to choose a day in both sessions. Just one of them. What's the best way to do this while still having the two questions exist?
Thanks