Create an Editable If Rule

   MaestroThe UI design product.  |   Form Builder |  All versions This feature is related to all versions.

The Editable If editability rule makes a field editable only when certain conditions are met. By default, a component with an Editable If rule is not editable until the configured condition is met.

To create an Editable If rule for a Maestro form, follow these steps:

  1. Open a Maestro form.
  2. Click the Properties tab.
  3. Select the component to apply the rule to.
  4. Click Create Rule.
  5. Select Editable if.
  6. Type a JavaScript that implements the rule or right-click on existing components. In this example, an Editable If rule checks if the Edit checkbox is selected then the Total Amount decimal field is editable.
  7. Click Save.
Note

Check out the Editable If rule example.