Time dropdown doesn't show up for users

  • LongwoodRCL
    Asked on September 21, 2016 at 11:23 AM

    I am encountering this issue again with a new form. I have 10 date & time entries on the form. The AM/PM bar will not show up properly for them even though there is plenty of space. Can someone please assist?

    https://form.jotform.com/62594623233961

  • Chriistian Jotform Support
    Replied on September 21, 2016 at 11:31 AM

    Can you try to inject this custom CSS code in your form and see if it will fix the issue?

    li[data-type=control_time] {
        width: 50%;
    }

     

    Here is how the time fields would look like if you add the CSS code:

    Time dropdown doesnt show up for users  Image 1 Screenshot 20

     

    To inject custom CSS code in your form, just follow the instructions provided in this article: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.
    Regards.

     

  • LongwoodRCL
    Replied on September 21, 2016 at 12:17 PM

    This worked! Thanks!