0

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

  1. 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.
  2. Replace the encoded characters the literal type (&nbsp; &copy;) with their numerical equivalents (&#160; &#169;) 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.

Mr Lister
  • 45,515
  • 15
  • 108
  • 150
J Castillo
  • 3,357
  • 5
  • 27
  • 28

0 Answers0