History: Multiselect Tracker Field
Source of version: 5 (current)
Copy to clipboard
{syntax type="markdown" editor="wysiwyg"} # Multiselect Tracker Field New in ((Tiki8)). Multiselect Tracker Field allows a user to select multiple values from a set of options. After initially creating the field, the arbitrary set of options is specified in the field options (Edit Field -> Options for Multiselect). Since commas are used to separate the options when specifying them, if any option contains a comma that needs to be displayed, URL-encode that comma like this: ``` , ``` .