Copied to clipboard

Flag this post as spam?

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


  • kerstin 11 posts 30 karma points
    Mar 27, 2012 @ 09:41
    kerstin
    0

    contour form package not working

    hello,

    I hope someone can help me.

    I already installed the form package contour, which worked fine. I also made all the adjustments.

    the problem is I cannot get it into the webpage, I get this error:

     

    That is the HTML code:

     

    <h1>KONTAKTFORMULAR</h1><p> 
    </p><div umb_macroalias="umbracoContour.RenderForm" umb_formguid="7fe59e59-9d5c-4211-844f-e1b6ba028640" ismacro="true" onresizestart="return false;" umbversionid="b83ecca5-b835-4df6-b223-19f7f3371719" umbpageid="1225" title="This is rendered content from macro" class="umbMacroHolder"><!-- startUmbMacro -->

    <div id="contour"class="kontaktformular contact"><h4 class="contourPageName">Contact</h4>Kontaktformular<div class="contourField text name textfield mandatory"><!-- Our label -->Name<div></div><!-- Our Tooltip --> <!-- Validation --> </div>
    <div class="contourFieldtext email textfield mandatory alternating">
    <!-- Our label-->Email<div></div><!-- Our Tooltip -->
    <!-- Validation --> </div>
    <div class="contourFieldtext nachricht textarea mandatory">
    <!-- Our label -->Nachricht<div></div>
    <!-- Our Tooltip --> <!-- Validation --> </div>
    <div class="contourNavigation"></div></div><!-- endUmbMacro --></div>

     

    where exactly do I put this runat=server?

     

    thank you very much in advanced :-)

     

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 27, 2012 @ 10:13
    Tim Geyssens
    0

    Hey,

    You'll need to place that on your template, how are you placing the form, also in your template or in the rte?

     

  • kerstin 11 posts 30 karma points
    Mar 27, 2012 @ 10:23
  • kerstin 11 posts 30 karma points
    Mar 27, 2012 @ 15:12
    kerstin
    0

    I really don't get it, how do I add this form to a page?

    where do I put this runat=server tag? ;-(

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 27, 2012 @ 15:15
    Tim Geyssens
    0

    Well you'll need to add this to your template, you could add this to your master template just after the body tags ... or surrounding the umbraco item tag that outputs the RTE property

  • kerstin 11 posts 30 karma points
    Mar 27, 2012 @ 15:39
    kerstin
    0

    thanks again tim, but if I add it into the master.template, then it will be shown on every page!!

    I just want that contactform to be shown under contact.

  • kerstin 11 posts 30 karma points
    Mar 27, 2012 @ 15:40
    kerstin
    0

    thanks again tim, but if I add it into the master.template, then it will be shown on every page!!

    I just want that contactform to be shown under contact.

    and by the way, what is RTE? :-)

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 27, 2012 @ 15:47
    Tim Geyssens
    0

    RTE is richt text editor ;)

    Do you have a template for your contact page, how does that look? 

  • 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