Select All Widget - Split into 2 Colums

  • Zimmfor
    Asked on March 13, 2019 at 2:45 PM

    Hello,


    I am using the Select All widget on my form. Is there a way to split the list into two columns?


    Thanks!

    Jotform Thread 1760025 Screenshot
  • Nik_C
    Replied on March 13, 2019 at 4:20 PM

    Could you please advise in which form are you using this field? I checked this one: https://www.jotform.com/90576755428267

    But I don't see that widget used there.

    We'll wait for your response.

    Thank you!

  • Zimmfor
    Replied on March 19, 2019 at 1:11 PM

    Hi Nik_C,

    Thanks for the response. I am asking specifically for this form here: https://form.jotform.com/Zimmfor/arauco-supplier-declaration---domes

    Thanks,

  • BJoanna
    Replied on March 19, 2019 at 2:47 PM

    Like this?

    1553020635test Screenshot 10

    To achieve this change the width of the field inside of the Field/ Question Properties to 750 and add the following CSS code to the widget:

    tr {

        float: left;

        width: 350px;

    }

    1553020817width Screenshot 21

    1553020916css Screenshot 32

    I was unable to find a condition to show your field, so I added a new filed to the top of my form, so you can test it. Here is my form - https://form.jotform.com/90775668167978

  • Zimmfor
    Replied on March 19, 2019 at 2:58 PM

    Thats Perfect! Thank you.