Configurable list too wide

  • fjfuehyy76
    Asked on March 5, 2018 at 4:44 AM

    Hello, I love your forms.  I am setting up a form using the Configurable List widget.

    I have 11 questions that need to go into this repeatable section.  Is is possible to have these across several lines, as it is too wide otherwise?


    Best regards,


    Nikolas

    Jotform Thread 1404793 Screenshot
  • Victoria_K
    Replied on March 5, 2018 at 9:38 AM

    As far as I understood your requirements, I have made some tests. 

    Upon checking the suggestion to show the list in several lines, I noticed that there might be everything mixed up:

    the code used

    td, th {

    display: inline-block;

    }



    1520260266screenshot Screenshot 10

    I would recommend to split your list for several ones to avoid confusion in this case. 

    But I have also tried to show the lines like blocks:

    td, th {

    display: inline-block;

    }

    tr {

    display: table-cell;

    }

    1520260527screenshot Screenshot 21

    I have injected the code to widget's CUSTOM CSS area.

    1520260651screenshot Screenshot 32

    Here is also my test form, you can test it or clone:

    https://form.jotform.com/80633659683973


    Hope this information helps!