IntakeForms rules are used to bring dynamic behavior to the forms.

There are the following rules available:


There 2 types of rules in Raley Intake Forms

Form rules are executed on a form load. Rules are executed / applied (in most cases) on the back-end, when the form is about to render. Which means - the form is loaded and is shown to the user with the already applied rules. 

Field rules, in contrast, are dynamically loaded and, in most cases, have the condition when they should be loaded and applied.

Field rules are executed when a field value changes, so a user action is needed (alternatively, the value could be changed/set by another field rule).