Overview #
Provides User Selection box. It can also create a New User account if all necessary fields are set: Name, Email and User Group(s)
Field Type Parameters: #
User Groups
(optional) – Limit selection to certain User Group(s). Or used as default User Group(s) when creating a new user account.Name
(optional) – Used to create new user account only. Field tags, example: {{ firstname }} {{ lastname }}Email
(optional) – Used to create new user account only. Field tags, example: {{ email }}Name Filter
(optional) – Limit selection to certain name – name must contain these characters.Unique Users
(optional) – Do not let assign same user account to different records.
Value Processing Parameters: #
Basic usage:
{{ FieldName }}
Usage with parameters:
{{ FieldName(What information about the user to show., Format) }}
What information about the user to show.
(optional) – What information about the user to show.Format
(optional) – The PHP date format ‘Y-m-d h:i:s’ is applied to Registration Date and Last Visit Date.
Example:
{{ FieldName("registerdate","Y-m-d") }}
Pure Value (Unprocessed): #
Example:
{{ FieldName.value }}
Edit Record Parameters: #
Basic usage:
{{ FieldName.edit }}
Usage with parameters:
{{ FieldName.edit(CSS Class, Attributes) }}
CSS Class
(optional) – Name or names of CSS class(s).Attributes
(optional) – Optional attributes like: disabled, onclick, onchange etc.
Leave a Reply
You must be logged in to post a comment.