Show Popup Form
Last updated
Last updated
The Show Popup Form
block is used to present an existing in your app as a popup. It allows your app's users to add or edit existing data and then save it in your app's .
The block consists of the following (from top to bottom):
The example below shows the Show Popup Form block used to present the Form1 form with the title "New Student". Since the Data parameter has been omitted, the popup will add a new record into the app's database if the user enters valid data.
Form Slug: configuration setting to specify the of the form to be shown.
Title: that accepts a value to use for the title of the popup.
Data: Optional that accepts a value to edit. If omitted the form is presented in "create" mode where a new record is added to the app's database.
Customization: Optional that accepts a value with properties for .
Save Success Tasks: a where you connect blocks that specify what you want done after the data has been saved successfully (but before the popup is closed). To access the data entered by the user refer to .
Form Close Success Tasks: a where you connect blocks that specify what you want done after the popup has been closed following a successful save operation. To access the data entered by the user refer to .
Form Close Fail Tasks: a where you connect blocks that specify what you want done after the popup has been closed following a failed save operation.
For more information about customization options, please see .
To access the data entered by the user refer to .
When the popup is closed, an is shown using the block with either a Green color or a Red color depending upon the result.