add CSS class to input

Add a CSS class directly to a CF input element.

Overview

The class was being applied to the parent div instead of the input tag.
Navigate to the advanced settings, locate the extra attributes field, and enter class:myclass.

Answered
ChronoForms v6
de 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.
he healyhatman 11 Nov, 2019
Answer
Under advanced -> extra attributes put class:myclass
de 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.