-
Notifications
You must be signed in to change notification settings - Fork 221
Form Runner ~ Access Control ~ Form Fields
ebruchez edited this page Dec 18, 2014
·
7 revisions
Home ▸ Form Runner ▸ Access Control
You can control access to specific form fields based on the user user's roles.
The $fr-roles
XPath variable can be used in formulas controlling whether a field or section is visible or readonly. See the Form Builder control validation dialog.
You can make a control non-visible to the current user by defining a visibility expression that returns false()
. If the control is visible, you can make it readonly to current user by defining a readonly expression that returns true()
.
TODO