Configurable list button is cut off

  • digitalmed
    Asked on February 10, 2017 at 10:05 AM

    I'm using the Configurable List widget throughout my form. In one case the button to add more rows is cut off. None of the other buttons are cut off when viewing in Build and when completing the form.

    Can you help?

    Jotform Thread 1062688 Screenshot
  • digitalmed
    Replied on February 10, 2017 at 10:14 AM

    I've been playing around with this a bit. I've tried increasing the height of the Vaccinations configurable list, but this does not solve the problem. However, when I remove the "(mm/yyyy)" from the "Date Given" heading, the problem disappears. This looks like a bug.

  • liyam
    Replied on February 10, 2017 at 12:12 PM

    Hello,

    I've been trying to replicate the problem. However I was not able to. The field label moves across and by default does not go to a new line. Can you try adding again the part of the question label and let us check what additional change you have set?

    Configurable list button is cut off Image 1 Screenshot 20

    Thanks.

  • liyam
    Replied on February 10, 2017 at 12:19 PM

    My apologies, I was looking on a different field. Anyway, similar to my screenshot is how it shows the same field which you have shared

    Configurable list button is cut off Image 1 Screenshot 20

     

  • digitalmed
    Replied on February 10, 2017 at 12:27 PM

    When I add "(mm/yyyy)" to the "Date Given" label the "mm/yyyy" appears under "Date Given", as shown in the first screenshot above. Your screenshot shows "mm/yyyy" appearing on the same line as "Date Given". How do I achieve this? The width of the widget is 650 so there should be ample room. Thanks.

  • liyam
    Replied on February 10, 2017 at 12:44 PM

    Hello,

    I figured that this is a browser-related issue. I was viewing the form on Firefox and Chrome. But when I checked on IE, I was able to replicate your issue.

    To resolve this, please try inserting this CSS code in every widget which has the (mm/yyyy) part of your label in your form:

    .col3 {
        width: 200px;
    }

    Configurable list button is cut off Image 1 Screenshot 20

    Once you have updated the widget, it should appear the same as the screenshot that I have shared.

    If the problem persists, please let us know.

    Thanks.

  • digitalmed
    Replied on February 10, 2017 at 12:58 PM

    That worked. Thanks!