I have installed the new version of Forms and sucessfully created a form.
Of course, this form needs to incorporate into an existing website ... how do I style the form to match the rest of the website?
I have added a class to the form - although it doesn't add it to the form element, instead it adds it to a wrapping DIV.
Do I view what is being produced and pick out all the existing classes (?) and define them in my own CSS? Or can I change the HTML that is created for the form?
Form template HTML
I have installed the new version of Forms and sucessfully created a form.
Of course, this form needs to incorporate into an existing website ... how do I style the form to match the rest of the website?
I have added a class to the form - although it doesn't add it to the form element, instead it adds it to a wrapping DIV.
Do I view what is being produced and pick out all the existing classes (?) and define them in my own CSS? Or can I change the HTML that is created for the form?
If you say about Contour, the following links can help you
http://umbraco.com/follow-us/blog-archive/2012/11/8/contour-30-features-full-control-over-form-markup
http://our.umbraco.org/projects/umbraco-pro/contour/documentation/developer/Custom-Markup/
Can I create custom versions of the markup that will not be overwritten by a Forms version upgrade?
Actually, I am able to do what I need using CSS.
is working on a reply...