I have a form that I am working on where I would like this logic:
If box is checked, then field is required
I spoke with support and they informed me that this is not a currently available feature.
What I'm trying to do on my form is have it so if the user checks a box that they want someone to reach out to them, then they are required to fill out the additional comments field. But, I don't always want the additional comments field required.
I would also like to set the required property based on logic. Without that, I'm going to need four fields - 2 to show as required and two to show as not required based on other logic.
I would also like this function. Any idea if it is now available?