PluginTrackerPrefill
This plugin for trackers enables you to display a button with a link to a page containing a tracker plugin PluginTracker. In the parameters, you will be able to specify default values for some fields.
example
{TRACKERPREFILL(page=Order,label=Order,field1=2, value1=Shoes, field2=3,value2=10) /}It will create "Order" labelled button that will link to
tiki-index.php?page=Order&prefills=2:3&values[]=Shoes&values[]=10If the wiki page named "Order" contains a tracker plugin with 2 fields (2 and 3), the tracker form will prefill in the fields 2 and 3 values "Shoes" and "10".
Parameters:
| Parameter | Options/Syntax | Default | Explanation |
| page | string | required | The pagename containing a Tracker wiki-plugin |
| label | string | The button label. Default is "Go" | |
| field1, field2, ... | each param is an ID | a list of field IDs | |
| value1, value2,... | each param is a text | a list of values, valueX is the value of fieldX |
