No contourPageName so why is the <h4> put on the page?
I have removed the editable names at the top of the form in Contour but Contour is putting in
which is breaking accessibility as a) it has no content - doesn't need it as it's a one page form and b) even if it was valid, I would have to make up an
and an
above to have a valid
.
Can I change the code to only put that in if a value is there or remove it and if so, where do I find the bit of code?
You should be able to find it in the folder /Umbraco/Plugins/umbracoContour/Views in this Views folder there is a cshtml file called Forms.cshtml, try search for h4 and you will find in line 40.
No contourPageName so why is the <h4> put on the page?
I have removed the editable names at the top of the form in Contour but Contour is putting in
which is breaking accessibility as a) it has no content - doesn't need it as it's a one page form and b) even if it was valid, I would have to make up anand an
above to have a valid
.
Can I change the code to only put that in if a value is there or remove it and if so, where do I find the bit of code?
thanks
Hi Steve,
You should be able to find it in the folder /Umbraco/Plugins/umbracoContour/Views in this Views folder there is a cshtml file called Forms.cshtml, try search for h4 and you will find in line 40.
Try also see the documentation about working with custom markup in Contour
http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Custom-Markup/
Hope this helps,
/Dennis
Thanks very much, that should sort out the issue - brilliant :-)
Hi Steve,
You´re welcome, could you please mark the question as solved, so other people that came accross this post can go directly to the solution.
You do this by click the little green tick in the top of my post.
/Dennis
is working on a reply...