When using date field, can I turn off the calendar picker?

  • bhds
    Asked on June 19, 2017 at 3:53 PM

    When using a date field, can I turn off the calendar picker so that it is not displayed? I would prefer users to select a date from the drop-down boxes instead.

  • David JotForm Support Manager
    Replied on June 19, 2017 at 6:43 PM

    If you want to hide the calendar popup of the Date Field of the Configurable List widget, please inject the following CSS code: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets 

    .calendarIcon{

        display: none !important;

    }

    Let us know if you need more help, we will be glad to assist you.