Reputation: 55
We are trying to make a field conditionally required base on if the trigger text field is not empty. All we can find is examples for checkbox, radio button, etc.... but not for a text field.
We cannot figure out how to set the property on the child text tab ConditionalParentValue = "Any Value"
How would we set this?
Upvotes: 1
Views: 363
Reputation: 55
This is what we finally found and it worked
conditionalParentValue = "##ANY##"
Upvotes: 2