---
title: "Forms and wizards configuration scripts"
canonical: "https://support.appfire.com/space/PSJC/1843396621/Forms%20and%20wizards%20configuration%20scripts"
format: markdown
---
> Macro (aura-html)


The Forms and Wizards feature uses the following SIL scripts for each screen configuration. Click the links in the Script column for more information.

| **Script** | **Definition** |
| --- | --- |
| [The Condition script](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/1839235280) | Defines whether the action is available for the user to execute, whether it is visible to the user but unavailable for execution, or whether it is simply hidden with nothing visible on the UI. |
| [The Screen script](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/1839235307) | Defines whether an action requires certain user input before the action is executed. It enables the Admin to generate a form with fields that will provide input to the actual execution of the action. |
| [The Action script](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/1839235954) | This script does all the work after all input has been gathered. |