I have created a standard "contact us" form with Contour.
When I preview the form with contour, the labels are shown correctly.
When I plave the form onto a page with using a macro, no labels are rendered.
The rendered HTML does not contain the labels at all.
This is an Umbraco 4.6.1 website using Contour 1.5.1. I have changed the defualt language on the website to English (New Zealand) if that matters at all.
The problem is the skin you are using. The labels will get the class invisble applied through a javascript function. You can find it in /scripts/Designit_Green/Designit_Green.js
Labels not displayed when form is rendered.
I have created a standard "contact us" form with Contour.
When I preview the form with contour, the labels are shown correctly.
When I plave the form onto a page with using a macro, no labels are rendered.
The rendered HTML does not contain the labels at all.
This is an Umbraco 4.6.1 website using Contour 1.5.1. I have changed the defualt language on the website to English (New Zealand) if that matters at all.
Please help!
Thanks,
Adam
Update: The labels are rendered but with a class of "invisible". I guess I need to determine how to stop the Invisible class be applied to the label.
Hi Adam,
The problem is the skin you are using. The labels will get the class invisble applied through a javascript function. You can find it in /scripts/Designit_Green/Designit_Green.js
Dave
Thanks Dawoe - Now that im using my own templates (without the Designit_Green.js) the form is looking correct.
is working on a reply...