Avatar

Level 8

To mirror Srini's response, the best place to store the xml is in the form itself, more specifically the Data DOM.

The forms we use are bound to a schema with two sections. A section called Data that is mapped to fields that stores the users form input (what you have) and a section called ReferenceData which is a library of lists and values for the purpose of dropdowns and rendering the form (what you need). Before we deploy the form, we import the xml file provided by our data architect to render a finished form.

Hope that helps.

Kyle