Overview #
URL / Link to some website. Must start with http:// or https://
Field Type Parameters: #
CSS Class
(optional) – Name or names of CSS class(s).HTTPS Only
(optional) – Allow only secure URL linksDomain Name
(optional) – Must include following domain name, separate domain names with the comma. Example: youtube.com,youtu.beAllow Query Parameters
(optional) – Allow the URL links include query parameters like ?param1=apple
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) }}
CSS Class
(optional) – Name or names of CSS classes.Attributes
(optional) – Optional attributes like: disabled, onclick, onchange, etc.
Leave a Reply
You must be logged in to post a comment.