3.5 Enabling or Disabling HTML in User Input Forms

By default, the Description field in user input forms supports HTML, including links. If your security policy does not allow for HTML links, you can disable the option in the Web.Config file.

To enable or disable HTML in user input forms:

  1. Log on to the Web Server computer with an Administrator account.

  2. Open the Web.Config file, typically located in the C:\Program Files\NetIQ\Aegis\website folder.

  3. Set the AllowFormDescriptionLink value to one of the following:

    • True - Allows Process Authors to use HTML code in the Description field of user input forms. At run time, Process Operators can click any links.

    • False - Blocks HTML code. If a Process Author includes any formatting or links, a Process Operator sees only raw HTML code at run time.