User

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: #

  1. User Groups (optional) – Limit selection to certain User Group(s). Or used as default User Group(s) when creating a new user account.
  2. Name (optional) – Used to create new user account only. Field tags, example: {{ firstname }} {{ lastname }}
  3. Email (optional) – Used to create new user account only. Field tags, example: {{ email }}
  4. Name Filter (optional) – Limit selection to certain name – name must contain these characters.
  5. Unique Users (optional) – Do not let assign same user account to different records.
    • (Not Unique – default)
    • unique: Unique

Value Processing Parameters: #

Basic usage:

{{ FieldName }}

Usage with parameters:

{{ FieldName(What information about the user to show., Format) }}
  1. What information about the user to show. (optional) – What information about the user to show.
  2. 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) }}
  1. CSS Class (optional) – Name or names of CSS class(s).
  2. Attributes (optional) – Optional attributes like: disabled, onclick, onchange etc.

What are your feelings

Leave a Reply

Updated on January 9, 2025