• Resolved Andrew Sampson

    (@sammoda82)


    WPForms has an option to allow checkbox fields to be displayed in columns.
    Is there a way to do this in Forminator? With Css?

    Thanks so much

    Andrew

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @sammoda82,

    Unfortunately, Forminator doesn’t have such functionality but it does sound interesting and I’ll pass this over to our devs right away ??

    In the meantime, you can edit your form, go to the Appearance tab, enable Custom CSS field and in there add this CSS code:

    .forminator-checkbox {
        float: left;
        width: 50%;
    }

    You can change the width to 33% for 3 columns, 25% for 4 columns and so on.

    Cheers,
    Predrag

    Thread Starter Andrew Sampson

    (@sammoda82)

    Hi Pegrag
    Thanks for the coding!
    So simple but didn’t think of it!

    Best

    Andrew

    I am looking forward to it having columns built in perhaps something similar to Caldera Forms?

    I second Paal’s question. The first and last name text entry boxes side-by-side instead of vertical (one on top of the other).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Checkboxes in columns / rows’ is closed to new replies.