CSS for multi-row configurable list

  • refugeeaidinformationspain
    Asked on June 27, 2016 at 6:04 PM

    I need to put in two or more rows the point three of this form https://form.jotformeu.com/refugeeaidinformationspain/volunteer-camps-access

    Can somebody help me? I have tride looking up in the forum but... 

  • Mike
    Replied on June 27, 2016 at 7:12 PM

    Could you please provide an example of the layout you are trying to achieve? Then, we will try to look if there are any options.

  • refugeeaidinformationspain
    Replied on June 28, 2016 at 9:20 AM

    Hello Mike! 

    I want to put  the fields in differents rows. 

    Camp selection and date in one.

    the checklist in other and the text field in other.

    (I have delete the date field until I fix this)

    L

    ater I want to try to translate the check list options. Now I have write them in Spanish and English but I want translate the entire fields in other languages. 

    The form is translated in two languages with the original translation tool, but it doesn't translate the widget options. 

     

    Thank you you a lot for answer that quickly.

  • refugeeaidinformationspain
    Replied on June 28, 2016 at 9:28 AM

    Im seeing too that in mobile advices you can see the configurable list widgets fields :O

  • beril JotForm UI Developer
    Replied on June 28, 2016 at 10:17 AM

    Could you try to inject the CSS code below:

    th { display: none; }

    td.col1, td.col2, td.col3 {

    display:inline-block;

    float: left;

    padding: 20px 5px 1px 1px;

    }

    table#list {width: 100% !important;}

      textbox, textarea, select{width:100% !important;}

      input[type=text] {width: 100% !important;}

      th {font-size: 10px !important;font-weight: normal !important;}

    input[type="text"], select, .stepper-wrap input.stepper { width: 100%; }

    td.col1:before { content: "Camp selection: "; width: 20%; }

    td.col2:before { content: "Access Info: "; width: 20%; }

    td.col3:before { content: " Other "; width: 20%; }

     

    CSS for multi row configurable list Image 1 Screenshot 20

    If this does not resolve the issue, please let us know and we will be glad to take another look.

  • beril JotForm UI Developer
    Replied on June 28, 2016 at 10:22 AM

    I've created a separate thread for you, so anyone in the support staff will be able to assist you with your specific requirement. Please follow up there:

    https://www.jotform.com/answers/870921