Display Mode Specific Setup
Use the display mode (lower case) as the first parameter.
Example:
edit.overrideValues.usergroup = 3
Properties
fields
fields
-
- Type
- string
- Default
- See TS constant formFields
List of fields to be included on the Agency Registration form. Should be a subset of the columns of the
fe_table.users Allows to specify a different list of fields for each CODE.
required
required
-
- Type
- string
- Default
- See TS constant formFields
List of fields that must be filled in on the Agency Registration form. Should be a subset of the list specified on the 'formFields' property.
Allows to specify a different list of required fields for each CODE.
defaultValues
defaultValues
-
- Type
- array of strings
- Default
- See TS constant formFields
Default values for the fields.
overrrideValues
overrrideValues
-
- Type
- array of strings/stdWrap
Array of field names for which a fixed value or stdWrap function shall be applied. The stdWrap e.g. can be used when FE Users should not be able to change a field, which they must fill out only at registration.
Example: .. code-block:: typoscript :caption: Example overrideValues
- overrideValues {
- username = usergroup > disable = 0 by_invitation > user_myfield = {TSFE:fe_user|user|user_myfield} user_myfield.insertData = 1
}
evalValues
evalValues
-
- Type
- array of strings
- Default
- See TS constant formFields
Check functions to be applied on the fields.