Is there a way to style or add a class to the textarea div? All the divs that wrap the fields have the same class, eg: "mainfield field" but I need to style the textarea differently. I notice that it has a data-vtype="textarea" on the div, can that be used to style it and if so, how?
Thanks in advance!
Which Chronoforms version do you have ? I think you have v7 ?
You can style the all divs using the following code in a CSS view:
.mainfield{
//styles here
}
Yes I am using v7.
My question is, if I want to style a DIV differently how do I do that because they all have the same class on the DIVs (mainfield field)).
Thanks!
You can use the Field Class behavior:
Sorry, that's available in v8 only, I can not remember if there was as solution for this in v7
You can install it with v7 on the same website and build this form only in v8 if you like
Thank you very much!!
In v7 there was an option to duplicate a field, is that no longer available in v8?
Thanks again!
No problem! :)
The copy feature is on the todo list, just not ready yet.