Restricting Submissions based on Field

  • 10 May 2021
  • 1 reply
  • 51 views

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? 


1 reply

Badge +12

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

Reply