Custom Welcome Screen
Overview
The Custom Welcome Screen feature enables users to add a custom welcome button to the form's welcome screen based on custom properties defined in the form. This function is triggered when the screen with the custom property welcome_screen
is entered.
Usage
To use the Custom Welcome Screen feature, follow these steps:
- Define a custom property
welcome_screen
in the screen'scustomProps
object to indicate that this screen is the welcome screen. - Define custom properties
button_text
andinfo_text
in the screen'scustomProps
object to customize the button text and information text displayed below the button.
Custom Properties
To set up the Custom Welcome Screen in the Form editor, follow these steps:
- Open the Form editor settings and open custom properties tab for the screen you want to set as the welcome screen.
- Add a custom property named
welcome_screen
and set its value totrue
. - Add custom properties
button_text
andinfo_text
to customize the button and information text.
Benefits
- Enhances user experience by providing a customized welcome button.
- Allows for easy customization of button text and information text.