I'm creating a Contour form and when I try to load the page, it doesn't seem to render all the way. I used the sample "Comments" form on a totally blank document type (just a bodyContent region) and a new template with no formatting. It clips during the output of the form (code below). Any ideas?
Thanks, I simply added a <form runat="server"></form> around the bodyContent region of my template and it woks fine. Many thanks for help on the simple oversight.
Contour form didn't render all the way
I'm creating a Contour form and when I try to load the page, it doesn't seem to render all the way. I used the sample "Comments" form on a totally blank document type (just a bodyContent region) and a new template with no formatting. It clips during the output of the form (code below). Any ideas?
For reference: http://sendz.com/contour.aspx
Also, for reference, thisis the HTML in the editor that is published. So you can see, it's all there.
Comment author was deleted
Hi Jon,
The macro needs to be placed inside a form with runat="server" attribute.
Regards,
Tim
Thanks, I simply added a <form runat="server"></form> around the bodyContent region of my template and it woks fine. Many thanks for help on the simple oversight.
is working on a reply...