Forums

add CSS class to input

devalex 11 Nov, 2019
Hello.
Please tell me how i can add a CSS class directly to the input tag, so that it is like this - <input class='myclass'>
Usually i it turns out to add the class only to the parent div element.
healyhatman 11 Nov, 2019
Answer
Under advanced -> extra attributes put class:myclass
devalex 12 Nov, 2019
Great, it worked!
Thank you very much for the help!
This topic is locked and no more replies can be posted.