Static Text Tracker Field | |
This type of field inserts text between item fields. When this type of field is chosen, the Description text field changes in a textarea, so the tracker creator can put whole paragraphs of text.
Therefore, the initial purpose of this field is to allow for a more legible display, even if it can be used for more advanced setups in combination with PluginJQ, PluginArchiveBuilder, or PluginPaymentList. |
1.1. Parameters | |||||||||
The content of the "Name" text field will be displayed on the left column.
|
1.2. Examples | |
Basic Example 1: 'Read this first' in a registration form | |
You can play with a basic example if you apply profile User_Trackers, where PluginTabs and PluginFade are used inside a static text tracker field to allow displaying more information to users in the registration process to their a Tiki site. It will show a section called "Note" displayed to users in the middle of the form, with two tabs: "Read this first" (which includes an expandable section when you click at the link "Read more") and "Feedback": |
Basic example 2: Terms and conditions | |
It can be used to display a term and conditions text for instance.
You can use a static field in combination of a mandatory checkbox field to display a terms and conditions note.
Copy to clipboard
If the IFRAME plugin is activated, you can display an ifram like this Copy to clipboard
|
Advanced example: Synchronize owners of related items in linked trackers through jQuery | |
You can play with an advanced example if you apply profile Work_Custom_Pricing. A static text tracker field is used to place code through PluginJQ to synchronize owners (through user selector tracker field ) of related items in linked trackers (through tracker field ItemLink ).
|