After submission, I do not want Users to have the ability to edit their form. However, I do want to still allow the Admin Group to have editing capabilities.
On the individual control, I am able to use the Is New Mode function as an Enabled Expression. That makes the field Read Only to all people, Admins included. Can I extend that 'Is New Mode' function and add in IsMemberOfGroup(Admin) in some way to allow them to still have editing rights?
Trying to avoid JS as I am unfamiliar with it...