How to disable the Calendar Popup of the Date Picker field?

  • SKYINDEMNITY
    Asked on November 3, 2017 at 11:27 AM

    how do you add a field for a birthdate that the client can just type in and not have to use the pick a date function?


  • Mike_G JotForm Support
    Replied on November 3, 2017 at 12:38 PM

    There is an option that you can disable to not show the calendar pop-up when the Date Picker field is in its active state (clicked). It will only show if the calendar pop-up icon is clicked.

    1509726728t12 29 40 Screenshot 10

    There is also a way to just hide the Calendar Pop-up and calendar pop-up icon using CSS codes. — How-to-Inject-Custom-CSS-Codes

    .calendar.popup {

        display: none !important;

    }

    .showAutoCalendar {

        display: none !important;

    }

    I hope this helps. If you have other questions or concerns, please feel free to contact us again anytime.

  • SKYINDEMNITY
    Replied on November 3, 2017 at 12:45 PM

    THANKS! PERFECT!

  • SKYINDEMNITY
    Replied on November 3, 2017 at 1:56 PM

    I cannot find this widget with the date options you show in your picture... the available widgets don't show the same features on the "options" tab.  Please tell me where to find the widget you have in your picture.

  • Sabbir
    Replied on November 3, 2017 at 2:07 PM

    This is actually a basic form elements, not a widget.

    Please check this screenshot to get the idea:

    1509732392datepicker Screenshot 10

    Hope this will help.

    Let us know if you have any further query.