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. And 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 see the table below.

Column NameSelectable ValueDescription
Name-Signup item name.
visibleTrue / FalseSelect whether this signup item is visible on the registration page.
requiredTrue / FalseSelect whether this signup item is mandatorily required.
promptedTrue / FalseSelect whether to give a prompt when user forget to fill in this signup item.
ruleRule ItemsSelect a rule to use with this signup item. The rule is to add some customization to this signup item. The detailed rules are described in the table below.
Action-Users can take some action here, such as moving this signup item up, moving this signup item down, or deleting this signup item.

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

Item NameSelectable RulesDescription
IDRandom / IncrementalSelect whether the user ID is randomly generated or incremented.
Display nameNone/ Real name / First, lastChoose the presentation of the display name. Choose None will show Display name. Choose Real name will show Real name. Choose First, last will show First name and last name.
EmailNormal/ No verificationSelect whether to verify the verification code of the mailbox. Choose Normal will verify the email code. Choose No verification will not verify the email code.
AgreementNone/ Signin / Signin (Default True)Select whether the user needs to confirm terms of use when logging in. Choose None to not display terms of use, and users can log in directly. Choose Signin to require users to confirm the terms before logging in. Choose Signin (Default True) to set the terms confirmed by default, and users can log in directly.
note

Here, for example, I want to setup my registration page bring a mailbox but do not require a mail verification code.

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

Signup Items Table

And I selected the email row's rule item to No verification. As a result, the generated preview registration page can get the expected effect.

Signup Items Table