Skip to main content

Hello,

I'd like to update an existing form so that only certain people can submit if a given field is selected. So if the Department field selected is X (and only X, as this is a multiselect) you could only submit the form if you are an approved user, but I'd still want everyone to be able to submit the form if the Department is anything other than X only. Is this possible? 

@HannahNeedsHelp you can try to use IF, OR, AND rules in combination to fn-IsMemberOfGroup("[YOUR GROUP NAME]").


Reply