Copied to clipboard

Flag this post as spam?

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


  • Allan Hawkey 232 posts 303 karma points
    Sep 23, 2011 @ 01:28
    Allan Hawkey
    0

    I've got the form working fine but there are some display issues in IE9.  The page seems to split my main body <div> tag at the end of the contact form.  As the contact form is also in a table, with content before it and after it on the page, this totally throws out the page layout!

    It seems to be related to the form tag being nested in the <form runat="server"> tag on my master template, but I'm not sure of the best way to fix this.

    Any ideas?  Apologies if I'm missing something obvious...

    Thanks
    Allan

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Sep 24, 2011 @ 16:33
    Sebastiaan Janssen
    1

    Just to clarify, there is no styling that comes with this form, if anything doesn't work right, it's up to you to solve it either through CSS or by altering the HTML in CultivContactForm.cshtml.

    You do not need a <form runat="server"> tag around the contact form and yes, it is very likely that this is causing your problems.

Please Sign in or register to post replies

Write your reply to:

Draft