Forums

Where is the 'Transform Form' icon?

alexei 08 Jun, 2011
Hi,

I validated, used the wizard etc. It's not anywhere!

I'm trying to get the labels above the text fields.

Thanks,
Alexei
GreyHead 08 Jun, 2011
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:
.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
alexei 08 Jun, 2011
Thanks Bob,

This fixed it perfectly. I'm using version 4 and don't see the transform form icon. I set it to "tight" and used the code you provided, plus a little extra tweaking. Really looks nice now. Thank you,
Alexei
This topic is locked and no more replies can be posted.