Configurable List Widget - change field size

  • camchecksa
    Asked on January 5, 2022 at 3:24 PM

    Hi, I am working on a form that I have added the above widget to.

    It has three fields: Fullname, Email, Newsletter

    How can I increase the width of the Email field?

  • Marco JotForm Support
    Replied on January 5, 2022 at 9:34 PM

    Hello there,

    Thanks for reaching out to us.

    You can inject this CSS code into your Configurable List widget:

    .col2 input[type=text] {
    width: 220px;
    }


    As shown on the following screenshot:

    1641436435 61d6551311fd4  Screenshot 10

    Let us know if you need any further assistance,

    Regards

  • camchecksa
    Replied on January 6, 2022 at 12:55 AM

    Thank you, perfect! And I learnt something new.

    Harris