How to make a Custom Form field required for only some form responses
I am creating a Custom Form and I have a field that needs to be required if some of the previous radio buttons on the form are checked and not required if other buttons on the form are checked.
The field in question should be visible/available regardless of what request type is selected via previous radio buttons but must be required for only some of them.
I was hoping there was a way to do this via field logic but that is not the case. The only way I can see to do this is to create two fields with slightly different names, having one of them be required and one not, then adding display logic to them. However, that would make reporting on the field more challenging. I'm hoping there's a better option.