Configurable List widget does not work

  • rtolmach
    Asked on June 11, 2021 at 11:48 AM

    Hello JF

    I added a Configurable List widget to a new form. I have used it before, so I have the general idea.

    When I first added it to this new form, it initially appears as a grey box with a frowning page picture. When I start to edit it, that does not change.

    Also, customizing it is always tricky. How do I make it so there are two side-by-side text fields (one wide and one narrow) in each row?

    Thank you!
    Robert


    Jotform Thread 3155640 Screenshot
  • Anthony_Evans
    Replied on June 11, 2021 at 2:02 PM

    Howdy Robert,

    I sincerely apologize for any inconvenience. The URL for that widget was updated incorrectly on accident. Please delete the widget and then replace it, the new version should pull in the correct information.

    In order to adjust the styling on the Configurable List, we must use CSS. Please insert this CSS into the Configurable List widget:

    .col1 input {
     width: 100px
    }
    .col2 input {
    width: 250px;
    }


    1623434488 60c3a4f84ebe8  Screenshot 10

    Please let us know if there's anything else we can help you with!