Alerts and Modals, Dependencies, Instances, Page Navigator, Splash Page, Tooltips, Triggers
Alerts and Modals allow for the user to be notified of important messages and errors, without getting in the way of the form itself. Allowing developers another way to communicate with the end user.
Dependencies are a form feature that allow certain fields to be hidden or locked until certain criteria are met.
Instances (component duplication) is a powerful feature that allows multiple entries to exist on a form. Giving you the ability to have optional additional items.
The page navigator allows for ease of navigation through different pages of the form. as well as letting the user know of their position in the current form
Splash Pages are introductory pages that allow you to introduce your form, they accept any HTML and the content is completely custom.
Tooltips are a formwide option available to every component. These display when a component has focus or when a component is hovered over.
Triggers are a form feature that are implemented on the component level. they allow custom Javascript to be executed when a component is changed
Next Section: Tutorials