Skip to content

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:

  1. Define a custom property welcome_screen in the screen's customProps object to indicate that this screen is the welcome screen.
  2. Define custom properties button_text and info_text in the screen's customProps 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:

  1. Open the Form editor settings and open custom properties tab for the screen you want to set as the welcome screen.
  2. Add a custom property named welcome_screen and set its value to true.
  3. Add custom properties button_text and info_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.