Form Settings
The Settings tab allows you to configure the appearance, metadata, and standard messages for your Form, such as its URL, welcome/end screens, and error alerts. The actual form fields, content, and logic are defined separately in your code.
General Settings
- URL Path: Sets the unique web address (path) where users will access this specific Form.
- Form Name: Defines the name used to identify the Form within the Abstra editor. This name is not shown to end-users when Title is set.
Welcome Screen
The first screen users see
- Title: Sets the main title displayed on the welcome screen.
- Description: Adds a short introductory text below the title.
- Start Button Label: Customizes the text on the button that starts the form. Defaults to "Start".
- Skip Welcome Screen: If enabled, users go directly to the first form field, bypassing the welcome screen entirely.
End Screen
The final screen shown after successful completion
- End Text: Sets the message displayed to users after they successfully submit the form.
- Show Restart Button: If enabled, adds a button allowing users to fill out the form again from the beginning.
- Restart Button Label: Customizes the text on the restart button (only relevant if "Show Restart Button" is enabled). Defaults to "Restart".
Alert Messages
- Error Message: Sets the message displayed to users if an unexpected error occurs during form execution. Can be used to provide instructions, like contacting support.