Configurable List is too long

  • SioeAberteifi
    Asked on April 5, 2019 at 3:17 PM

    You kindly guided me to the correct widget for my 'Entry Form', Configurable List.  It has worked well for one of my forms whereby I only have a few boxes in a line that need completing.

    I have now drafted this Form https://form.jotformeu.com/90945507217359 and as you can see, I overspill slightly!!!  It doesn't look good!!  Any suggestions?

    https://form.jotformeu.com/90945507217359

  • Victoria_K
    Replied on April 5, 2019 at 4:54 PM

    Hello,

    We can help you to align fields within Configurable List widget. This should be done via custom CSS feature. 

    If you would like the fields to move to new line automatically, please add the following code to the widget.

    Guide: How-to-Inject-CSS-Codes-to-Widgets

    table#list {width: 100%; } th {display: none; } .mobileColumnName {display: block; } td{float:left;box-sizing:border-box;}

    Configurable List is too long Image 1 Screenshot 20

    We will gladly help if you want to display the fields differently, just let us know.