Is there a way to hide the calendar in the dates difference widget?

  • silverbirchranch
    Asked on January 17, 2019 at 5:13 PM

    I am using the dates difference widget on one of my forms that is an application for the users to put in the dates of when their previous jobs were, but the calendar pop-up limits them in selecting dates that are not very recent i.e. 5-10 years ago. With the calendar it is just a lot harder to go further back in time.

    So, I want to disable the pop up so they can just type in their date. When they do that now, the calendar popup stays there - not letting them select an end date.

     

  • Support_Management Jotform Support
    Replied on January 17, 2019 at 6:54 PM

    Hey @silverbirchranch - You can hide the calendar popup using CSS:

    #ui-datepicker-div {

        display: none !important;

    }

    Adding those codes in the CUSTOM CSS tab of your DATES DIFFERENCE WIDGET should hide the calendar popup.

    Complete guide: How-to-Inject-CSS-Codes-to-Widgets