Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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 :-)
Comment author was deleted
Hey,
You'll need to place that on your template, how are you placing the form, also in your template or in the rte?
hy tim,
I did it like shown in this video:
http://umbraco.com/help-and-support/video-tutorials/umbraco-pro/contour/create-forms-without-coding.aspx
I really don't get it, how do I add this form to a page?
where do I put this runat=server tag? ;-(
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
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? :-)
RTE is richt text editor ;)
Do you have a template for your contact page, how does that look?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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 :-)
Comment author was deleted
Hey,
You'll need to place that on your template, how are you placing the form, also in your template or in the rte?
hy tim,
I did it like shown in this video:
http://umbraco.com/help-and-support/video-tutorials/umbraco-pro/contour/create-forms-without-coding.aspx
I really don't get it, how do I add this form to a page?
where do I put this runat=server tag? ;-(
Comment author was deleted
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
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.
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? :-)
Comment author was deleted
RTE is richt text editor ;)
Do you have a template for your contact page, how does that look?
is working on a reply...