URL / Link

Overview #

URL / Link to some website. Must start with http:// or https://

Field Type Parameters: #

  1. CSS Class (optional) – Name or names of CSS class(s).
  2. HTTPS Only (optional) – Allow only secure URL links
    • (No – default)
    • true: Yes
  3. Domain Name (optional) – Must include following domain name, separate domain names with the comma. Example: youtube.com,youtu.be
  4. Allow Query Parameters (optional) – Allow the URL links include query parameters like ?param1=apple
    • (Yes – default)
    • false: No

Value Processing Parameters: #

Basic usage:

{{ FieldName }}

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 classes.
  2. Attributes (optional) – Optional attributes like: disabled, onclick, onchange, etc.

What are your feelings

Leave a Reply

Updated on January 9, 2025