Hi,
I validated, used the wizard etc. It's not anywhere!
I'm trying to get the labels above the text fields.
Thanks,
Alexei
I validated, used the wizard etc. It's not anywhere!
I'm trying to get the labels above the text fields.
Thanks,
Alexei
Hi alexei,
The Transfrom Form icon is on the Forms Manager Toolbar in ChronoForms v3 (but doesn't exisit in CFv4).
Try adding this to a Load CSS box:
Note: The form in the image is also using the new 'Tight' layout that you can select from the Form General tab in CFv4 RC1.9+
Bob
The Transfrom Form icon is on the Forms Manager Toolbar in ChronoForms v3 (but doesn't exisit in CFv4).
Try adding this to a Load CSS box:
.ccms_form_element label {
display: block;
float: none;
}
.cfdiv_checkboxgroup label:first-child, .cfdiv_radio label:first-child {
display: block;
float: none;
}
.small-message, .error-message {
margin: 0px;
}
Note: The form in the image is also using the new 'Tight' layout that you can select from the Form General tab in CFv4 RC1.9+
Bob
This topic is locked and no more replies can be posted.