Data Mapper

   MaestroThe UI design product. | Form Builder  |  All versions This feature is related to all versions.

The Maestro editor allows you to map an existing client schema, represented with an XML file, into a form. This is a quick and easy way to set up a form compatible the desired submission output. For more information, see form data XML.

To map form fields to submission data:

  1. Open a form in the Maestro editor and click Settings Menu.
  2. Select Open Data Mapper to map form fields to submission data.
  3. Click Select Seed Document to choose an XML file to upload from your PC. A file content can be like one shown below:
    
    <root>
    	<firstName/>	
    	<lastName/>	
    </root>
  4. Select the Clear existing bindings checkbox to clear data bindings.
  5. Click Load to upload the file.
  6. Map the components from the Form Fields column to the Submission Data column by dragging it across.
  7. Click Save.
  8. Click Build and Render Form to see how this mapping affects the form

Next, learn about form XML data payload.