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:
-
Log on to the Web Server computer with an Administrator account.
-
Open the
Web.Configfile, typically located in theC:\Program Files\NetIQ\WFA\AegisWebAppfolder. -
Set the
AllowFormDescriptionLinkvalue 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.
-