Can we set the date field only for YEAR & MONTH without DATE?

  • avristhr
    Asked on January 18, 2020 at 5:39 PM

    can we set the date field only for YEAR & MONTH without DATE?

  • Mike_G JotForm Support
    Replied on January 18, 2020 at 9:51 PM

    You can inject the following CSS codes into the custom CSS tab of the Configurable List widget to hide the "Day" field of the Date field.

    select.d {

        display: none !important;

    }

    https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets

    1579402224zt21 50 13 Screenshot 10