Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
For a starting point, check here: https://world.episerver.com/documentation/developer-guides/forms/css-styling-and-javascript/.
The simplest way to archive your requirement is that when you create a form you make it render a metadata attribute. Then you using CSS Attribute Selectors to apply the style for the form. Your styles will be applied for all forms with the metadata.
form[data-f-metadata="mymetadata"] { background-color: yellow; }
Hop this helps.
Hi All,
I created different forms and i understand how to apply css to textboxelementblock.ascx like element blocks. But if apply like that entire application where ever i used that element same style will apper. But i wish to change that element styles based on forms.Could anybody help me?
Thanks,
Lakshmi R