Hello,
I have a form in which I first need to select a content type. There are 2 options: "Discretionary" and "Controlled".
Now, when the content type equals "Controlled", there is another field called "Record Type" that is mandatory.
Therefore, I need to create a rule so that when "content type" is "controlled" AND "Record type" is Empty, the user gets a validation message saying "mandatory field"
I managed to get the rule for "Record Type" being empty but I'm not sure how to add the AND and the other condition and get it to work. See attached