The calendar icon is not wokring for one of our date fields

  • Thosbryan
    Asked on March 2, 2019 at 8:00 AM

    https://form.jotform.com/Thosbryan/phone-log


    The drop down calendar is not working for the pick up equipment entry. I assume some conflict with the next entry but not sure how to solve.

  • Welvin Support Team Lead
    Replied on March 2, 2019 at 11:52 AM

    That's because of the alignment. The Traps field is overlapping part of the calendar icon, so clicking that section won't do anything. Inject the below custom CSS codes to fix that:

    li#id_14 {

        margin-left: 15px;

    }

    Guide here: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes