address
or role
field, where the user could select from various roles of a company, for example.Administration > Accounts > Registration > Custom Fields
.Administration > Accounts > Custom Fields to Show in User Info
JSON
, where keys
are the field names
containing a dictionary of field settings. Example:select
and text
, where select
creates a dropdown list, and text
creates a plain text form. If you put a URL into the text field, it will be interpreted as a hyperlink (it will be clickable in the userinfo tab).select
form type to set the default option for the list.select
form type for the values that should be on the dropdown list, which follows the ["item1", "item2","item3"]
pattern. Use a javascript Array to create it.true
or false
in this property.text
to define the minimum length required in the form.text
to define the maximum length required in the form.modifyRecordField
property to define if the existing field is an array.modifyRecordField
property; it should be the name of the existing field.view-full-other-user-info
permission can see this field when viewing this user's profile.tabs
for indentation, avoid using spaces
.Administration -> Accounts -> Custom Fields to show in User Info
."public":true
.