Skip to main content

Signup Items Table

On the application configuration page, we can configure the signup items table to create a customized registration page. We can add or delete any signup item on this signup items table.

Signup Items Table

For a detailed explanation of each signup item, please refer to the table below.

Column NameSelectable ValueDescription
Name-The name of the signup item.
VisibleTrue / FalseSelect whether this signup item is visible on the registration page.
RequiredTrue / FalseSelect whether this signup item is mandatory.
PromptedTrue / FalseSelect whether to prompt the user when they forget to fill in this signup item.
RuleRule ItemsSelect a rule to customize this signup item. Detailed rules are described in the table below.
Action-Users can perform actions such as moving this signup item up, moving it down, or deleting it.

Currently, the signup items that support configuration rules include ID, Display name, Email, and Agreement.

Item NameSelectable RulesDescription
IDRandom / IncrementalSelect whether the user ID should be randomly generated or incremented.
Display nameNone/ Real name / First, lastChoose how the display name should be presented. Choosing None will display Display name. Choosing Real name will display the user's actual name. Choosing First, last will display the first and last name separately.
EmailNormal/ No verificationSelect whether to verify the email address with a verification code. Choosing Normal will require email verification. Choosing No verification will allow signup without email verification.
AgreementNone/ Signin / Signin (Default True)Select whether the user needs to confirm the terms of use when logging in. Choosing None will not display any terms of use, allowing users to log in directly. Choosing Signin will require users to confirm the terms before logging in. Choosing Signin (Default True) will set the terms as confirmed by default, allowing users to log in directly.
note

For example, let's say I want to set up my registration page to include an email field, but without requiring email verification.

Firstly, I added some signup items necessary for registration, such as ID, Username, Password, and Email.

Signup Items Table

Then, I selected the email row's rule item as No verification. As a result, the generated preview registration page will have the desired effect.

Signup Items Table