...
| Element’s Name | Default value(s) or Behaviour(s) | How to configure it |
---|
Default settings Included in V0 Same rules for all | Title of the page | | i18n: page.title.signup |
---|
Introductory text | Text : Registration is required to join the Digital Media Center. Once your request has been validate, you will receive a confirmation email. Language available : FR, EN, DE
| i18n: signup.description
|
Firstname field | | |
Lastname field | | |
Email field | | |
Email tooltip | | |
Password Field | Type : password field Mandatory Control of password security compliance Text under the field : At least 8 characters, including 1 number, 1 capital letter and 1 punctuation mark. Language available : FR, EN, DE
| |
Password field tooltip | Type : tooltip Text (under password field) : At least 8 characters, including 1 number, 1 capital letter and 1 punctuation mark. Language available : FR, EN, DE
| |
Company | | |
Terms of use Checkbox | Text : I accept the terms of use Type : checkbox Rules : Language available : FR, EN, DE
| |
Sign up button | | i18n : signup.signupForm.inscriptionButton |
| Text : I already have an account Type : link Rules (When user clicks on this button) : Language available : FR, EN, DE
| i18n : signup.signupForm.cancelButton |
Optional settings (not in V0) | Additional fields can be added to the form Civility Country Language Contact Profile picture
| | |
---|
...
Adding fields to the registration form is a 2 steps process:
...
done by changing the structure
...
(don’t forget tags that must be added to fields). Please note that the rest_api_include
tag don’t need to be added on the structure as it has been explicitly registered in restful services.
Enrich automatically generated form
...