PT.Main.URLParameter
When you open a form, you can add additional parameters to the URL of the form to prefill some form fields. URL parameters are added to the URL after a (?) and are separated from each other by with an ampersand (&). This gives the following pattern:
Using URL parameters
You can use URL parameters to prefill form fields both when the form is opened for the first time as well as when a saved or submitted form is opened again. Please note that existing form field values are overwritten when URL parameters are used.
Examples
Example 1: Prefilling an input field
The form contains one input field named tfParameter. To prefill this field, use the following URL:
Example 2: Prefilling a select field
You can preselect an option of a select field as well. Note that for select field you cannot use the displayed name as the value of the URL parameter. You need to use the value specified in the values column of the selection field in the Xima® Formcycle Designer.
The URL for prefilling the select field is as follows.