I understand that an element marked as “Required” that user must provides some value to the field. If not, it will display error message during validation. Now, I want to show required field to user who does not have administrator role.
In Form Element Setting, 4 options are available for Visibility:
Everyone Admin Only Logged In User Logged Out User
Is there a way to add a new option: Everyone but not Admin
Or is there a workaround in pre-display action that I can update the field to mark it as not required and use Javascript to hide the element that it won’t show to Administrator?