Select All Widget: add the option to spread to columns

  • Zimmfor
    Asked on July 19, 2019 at 5:23 PM

    Hello,

    Is there a way to split it into 3 or 4 columns?

    Thanks


    Jotform Thread 1897731 Screenshot
  • David JotForm Support Manager
    Replied on July 19, 2019 at 6:45 PM

    I'll forward a feature request to our back-end team on your behalf to have the option to split into columns. Unfortunately, there is no estimated time-frame for a resolution, if this gets implemented in the future, you will be updated via this thread.

    Meanwhile, I see that you have added a CSS code two split it into two columns:

    1563576160split Screenshot 10

    The only option to split it in 3 columns would be reducing the width property of your code:

    tr {

        float: left;

        width: 190px;

        font-size: 14px;

        font-family: Arial;

    }

    Result:

    1563576201reducewidth Screenshot 21

    Let us know if you need more help.

  • Zimmfor
    Replied on July 22, 2019 at 1:06 PM

    Perfect! Thank you. I actually pushed it to 170px so I have 4 columns.