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 everyone ! I'm looking for some information but can't find any answer yet so... Here I am !
When we create a form with UmbracoForms, it seems that it's loaded with a default css, like, for example, classes like umbraco-forms-label :
<label for="b91a4062-5af9-4ce8-db77-aa183c3310ef" class="umbraco-forms-label"> Questions ou Commentaires <span class="umbraco-forms-indicator">*</span> </label>
Is there a way not to load this css ? or to load it differently so we can overwrite it?
Thanks for your time :]
Hi Fant0hm,
You need to use the Theme option in Partial Views > Forms > Themes and create your own theming in there.
You can then call the form in your template and override default fields the way you want it.
The below link may help you out:
https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Themes/
~Brita
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
UmbracoForms default css loading
Hello everyone ! I'm looking for some information but can't find any answer yet so... Here I am !
When we create a form with UmbracoForms, it seems that it's loaded with a default css, like, for example, classes like umbraco-forms-label :
Is there a way not to load this css ? or to load it differently so we can overwrite it?
Thanks for your time :]
Hi Fant0hm,
You need to use the Theme option in Partial Views > Forms > Themes and create your own theming in there.
You can then call the form in your template and override default fields the way you want it.
The below link may help you out:
https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Themes/
~Brita
is working on a reply...