Creating or configuring forms > Configuring the <pages> element > Configuring the <description> element

6.2.1 Configuring the <description> element

Use the optional <description> element to describe the page. The description is not displayed to the user.

To configure the description element

  1. Open the desired xml file located in the Viewpoint home directory. Locate the <pages> element and then the desired <page>.
  2. Set the optional <description> element to describe the page for administrator reference. Users will be unable to view the description.
  3. <pages>
      <page id="page1" first="true">
        <description>First page. Shows the environment options.</description>
        ...
      </page>
      <page id="page2"></page>
      <page id="page3"></page>
    </pages>

Related topics