How to add a default date in the date dropdown field?

  • miffy123
    Asked on April 1, 2019 at 7:45 PM

    Hi,

     

    How can I add 2019 in the date dropdown field to be made the default, or for the date drop down to be replaced with a calendar? Or how can I make the calendar logo bigger?

     

    https://form.jotform.co/90866760897881

    Thanks for your help.

     

    Regards,

    Claire

     

  • jherwin
    Replied on April 1, 2019 at 9:37 PM

    The only option to add a default date in Datepicker widget is by showing the default date today.
    1554168739yes Screenshot 10

    You can adjust the height and width of the calendar icon using this custom CSS code:

    i.glyphicon.glyphicon-calendar {
        width: 30px;
        height: 30px;
    }

    Guide: How to Inject CSS Codes to Widgets

    Let us know if you are referring to something else.