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.
This type of field does not allow any input from the users.
The purpose of this field is to allow for a more legible display. It can be used to display a term and conditions text for instance.
The content of the "Name" text field will be displayed on the left column.
The content of the "Description" text field will be displayed as text on the right column.
| Parameters | type | description |
| wikisyntax | 1 or 0 | if 1, the text will be wiki-parsed, and since Tiki6.1, the notification emails (if any) will include the parsed version. If 0, only line breaks are supported, and the exact text is sent in the email with no parsing. |
| listmax | numeric | maximum number of characters that are displayed in list mode |
Terms and condition example
You can use a static field in combination of a mandatory checkbox field to display a terms and conditions note.If the shadowbox and jquery features are on, you can do a popup like this
[http://mysite.com/tiki-print.php?page=Terms|Click to see the terms|shadowbox:title:Terms;]
If the IFRAME plugin is activated, you can display an ifram like this
{IFRAME(src="tiki-print.php?page=Terms" height="300px" width="300px") /}Note:
- This is a 2.0 feature.
