How to configure the registration wizard
How to add a phone number
Navigate to System > Wizards in the menu.
Select the Registration wizard and click the Edit button. You can use filters by name or type for quick search.
Go to the Workflow tab.
Select the Basic Information step and click the Edit button.
Go to the Custom Fields tab.
Click Add.
In the Main field settings, select
group
.In the Field attributes, set Name to
phones
. Then select the following Rules:required
andarray
.Click Save.
Find the created phones field in the list and click the Edit button.
In the Sub fields section, click Add.
In the Main field settings, select
group
.In the Field attributes, set Name to
0
.Find the created subfield 0 in the table and click the Edit button.
Click Add.
In the Main field settings, select
input
.In the Field attributes, set the following values:
Label:
Phone number
Rules:
required
,distinct
andphone:AUTO
Name:
phone
Mask key:
phone
Click Save.
How to add a phone number confirmation step
You can add a phone number confirmation step to a registration procedure for your clients. At this step, a phone number specified by a client in the registration form must be confirmed by a verification code sent via SMS.
To add a phone number confirmation step to the Registration wizard, do the following:
Navigate to System > Wizards.
From a wizards list, select the Registration wizard, and then click the Edit button related to this wizard.
Switch to the Workflow tab.
Click the +Add button located in the upper-right corner of the page.
In the Add workflow window that is displayed, select New Phone Confirmation from the Type drop-down list.
Click Save to add a phone number confirmation step to the Registration wizard.
Click Save to apply the changes.
How to add first and last names
Navigate to System > Wizards in the menu.
Select the Registration wizard and click the Edit button. You can use filters by name or type for quick search.
Go to the Workflow tab.
Select the Basic Information step and click the Edit button.
Go to the Custom Fields tab.
Click Add.
In the Main field settings, select
group
.In the Field attributes, set Name to
info
.Click Save.
Find the created info field in the list and click the Edit button.
In the Sub fields section, click Add.
In the Main field settings, select
input
.In the Field attributes, set the following values:
Label:
First name
Name:
givenName
Rules:
required
,string
,min:1
,max:30
,info_name
Click Save.
Select the created info field in the list again and click the Edit button.
In the Sub fields section, click Add.
In the Main field settings, select
input
.In the Field attributes, set the following values:
Label:
Last name
Name:
familyName
Rules:
required
,string
,min:1
,max:30
,info_name
Click Save.