"Your Template Contains Form Tags..." Error in ConsoleUI.inc File (302137)



The information in this article applies to:

  • Microsoft Content Management Server 2001
  • NCompass Resolution 4.0

This article was previously published under Q302137

SYMPTOMS

When you try to use forms in a template, you may receive the following error message:
Your HTML contains <form> tags...

CAUSE

The form error occurs in the Microsoft Content Management Server 2001 ConsoleUI.inc file, which can be located at:

Server\Method Systems Sample\WBC_Customizable\SiteEmbeddedWBCLinks\ConsoleUI.inc

RESOLUTION

To work around this problem, make the following changes in the ConsoleUI.inc file.

Change line 397 to:

<% ' Mask Form tags %>
<% If not IsAuthoringMode Then %>
    <form name="WBC_LinksForm">
<% End If %>
					
Change line 469 to:
<% ' Mask Form tags %>
<% If not IsAuthoringMode Then %>
    </form>
<% End If %>
					


Modification Type:MajorLast Reviewed:11/3/2003
Keywords:kberrmsg kbprb KB302137