For the complete documentation index, see llms.txt. This page is also available as Markdown.

Using Forms

The forms in your app can be presented to the user in the following ways:

Page Flow Modal Popup

The Page Flow Show Popup Form block allows you to present the form dynamically on any page/form based on user-interaction e.g. a button-click.

The result of the user's interaction with the form is provided back using the Popup Form Data block for any further custom processing.

Form Widget

You can also embed a form on any page using the Form Widget.

Last updated