Hi, we are on 13.
We are starting with umbraco forms and are investigating our options in using custom styles.
Currently we just render the form in a separate view (no scripts).
So what is the prefered way to have customer specific styles?
s
SiempreSteve
12/02/2024, 2:58 PM
If you need to change markup then you can create a custom forms theme.
https://docs.umbraco.com/umbraco-forms/developer/themes
If you just want to restyle you can just override the css on the front end.
Most of the forms markup is easy enough to style - I had to build some custom data types to have custom checkboxes so I had more control on the label tags.
Or am I misunderstanding what you're asking?
p
Peter R
12/03/2024, 4:03 PM
No i think you got it right, that was what I thought as well. Just wanted to know my options 😄