Configurable List Widget

  • snaplash
    Asked on February 12, 2016 at 9:16 AM

    Hey Jotform!

    I submitted this question previously but didnt see the post, so apologies if its doubling up.

     

    I would like to style the Configurable List widget to have the Drop Down look like the drop down field below it.

     

    https://www.jotform.com//?formID=60423223421945

     

    Could you show me how to do this please?

     

    Also, could you show me how to make the Configuranle List Widget span multiple lines? I am trying to make a work around for the Passage Text widget.

     

    Many tHanks!

    M.

     

     

  • Ashwin JotForm Support
    Replied on February 12, 2016 at 12:03 PM

    Hello snaplash,

    Please inject the following custom css code in your "Configurable List" widget and that should change the appearance of the dropdown field inside the widget:

    select {

        padding: 1px 0;

        font-size: 20px;

        font-weight: lighter;

        margin: 0;

        border-color: #a6a6a6;

        border-width: 1px;

        height: 36px;

    }

    Please check the screenshot below on how to inject custom css code in widget:

    Configurable List Widget Image 1 Screenshot 20

     

    Hope this helps.

    Do get back to us if you have any questions.

    Please be noted that you can inject custom css code to make the configurable list widget multi line. Do get back to us how you want your widget to look and we will surely try to help you.

    Thank you!

  • snaplash
    Replied on February 12, 2016 at 12:09 PM
    Thank you that is perfect!