HTML auto complete, can't add custom form
PermalinkI'm not sure how helpful my code will be so I didn't include it, but will do so upon request.
Your solution didn't seem to fix my problem. Could you (or anyone reading this thread) check out my code? The URL of the page is here:http://exrx.net/concrete5.6/index.php?cID=191...
The relevant code starts on line 211
Thanks!
Jim
create a page type (*.php) in text editor based off of a pre-defined page type and saved it in the directory containing our page types (/packages/bootstrap/elements/bootstrap/common). I found the blocks in which I wanted to include my form, and put the <form> and </form> tags around that block. The secondary problem was that my javascript declaration syntax was incorrect. This second problem is obviously solvable within the C5 page edit UI, but the only way around the auto-complete of the form tags was to manually edit and save a new page type in a text editor, outside of the C5 UI.
Rony