Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jon Jenkins 9 posts 29 karma points
    Nov 24, 2009 @ 08:06
    Jon Jenkins
    0

    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?

     
    
    
    
    
    

    Test

    Welcome to our form. Here we have some instructions.
  • Jon Jenkins 9 posts 29 karma points
    Nov 24, 2009 @ 08:07
  • Jon Jenkins 9 posts 29 karma points
    Nov 24, 2009 @ 08:09
    Jon Jenkins
    0

    Also, for reference, thisis the HTML in the editor that is published. So you can see, it's all there.

    Test

    Welcome to our form. Here we have some instructions.
    Name
    Email
    Message
  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Nov 24, 2009 @ 09:20
    Tim Geyssens
    0

    Hi Jon,

    The macro needs to be placed inside a form with runat="server" attribute.

     

    Regards,
    Tim

  • Jon Jenkins 9 posts 29 karma points
    Nov 24, 2009 @ 18:53
    Jon Jenkins
    0

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies