I created an HTML form in a new page in C1, unfortunately when I paste the form action I got from the developer to send the form to another system, it complains about the '=' characters that are part of the value. Why is C1 listening to the values I have in a form? It prevents me from Saving the page so I can't move forward. Is there a way to disable this intrusive watching over your shoulder in C1?
Update: Composite C1 site says:
Important Notes
- If the template uses an HTML form, consider using Composite C1 addons that provide the same or similar functionality. You might need to use some forms within <asp:form> element.
- Replace the encoded characters the literal type
( ©)
with their numerical equivalents(  ©)
to avoid validation errors in the template.
http://docs.composite.net/Layout/Artisteer-Templates
Does this mean we can't freely add html forms to new pages without having to use FormBuilder? which by the way is not free.