You use data parameters to pre-populate form fields. The imagenowforms.xml file specifies the data parameter name and the field where the information is populated in the form. You can reference this information from the URL or single sign-on functionality. The URL parameter specifies the data parameter name and information to be populated on the form. Refer to the Set up single sign-on section of this document for more information on configuring the SSO functionality.
| Data Parameter | Value | Description |
|---|---|---|
| <First_Name> | John | An example of a data parameter that uses a URL is a user ID. This
parameter specifies the user name to be passed into a form field
named First Name. Examples:
|
| <username> | Jsmith |
An example of a data parameter that uses single sign-on is username. This parameter specifies the user name to be passed into a form field. Example:
|