You can enter parameters in the URL field of your browser or in the imagenowforms.xml file. Data parameters allow information to be passed to the form. To enter data parameters in the URL, you must also enter the parameter in the imagenowforms.xml file.
Configuration parameters give you the ability to configure the application that displays the form in the browser. If a parameter is not listed in the XML file, you can modify the parameter’s value from the URL. If the parameter is listed in the XML file, you cannot override the value from the URL. However, you can add a urlOverride value in the XML file to change this security feature.
The following example shows a configuration parameter that has an override value added in the imagenowforms.xml file.
<ConfigParams> <Param name="savePosition" value="1" urlOverride="TRUE"/> </ConfigParams>