• Resolved 5starcruises

    (@5starcruises)


    Hi

    I have a checkbox with about 50 options for the member to tick. When i see the results in oxygen they are just one big line of content. What i need is formatting in the text area. Also wanted to make it so rather than having 1 line of 50 values i had 5 columns of 10.

    Open to any suggestions my PHP is very limited.

    Thanks

    Danny

Viewing 1 replies (of 1 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback! You can rely on some CSS in order to create columns in your checkbox list. Here is a code example:

    .acf-field-checkbox[data-name="my_checkbox_field_name"] ul{
        column-width: 200px;
    }
    

    Regards.

Viewing 1 replies (of 1 total)

The topic ‘Checkbox Line Break Columns’ is closed to new replies.