Skip to content

Form Runner ~ Access Control ~ Form Fields

ebruchez edited this page Dec 18, 2014 · 7 revisions

Home ▸ Form Runner ▸ Access Control

Overview

You can control access to specific form fields based on the user user's roles.

Accessing 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][2].

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().

Clone this wiki locally