Display Mode Specific Setup 

Use the display mode (lower case) as the first parameter.

Example:

configure edit.overrideValues.usergroup
edit.overrideValues.usergroup = 3
Copied!

Properties 

fields 

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_users table.

Allows to specify a different list of fields for each CODE.

required 

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

defaultValues
Type
array of strings
Default
See TS constant formFields

Default values for the fields.

overrrideValues 

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

evalValues
Type
array of strings
Default
See TS constant formFields

Check functions to be applied on the fields.