November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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