Ability to add placeholders to the Date Picker field.

  • lumierex5
    Asked on April 23, 2019 at 4:21 PM
    I've been able to sort everything out. How can I add placeholders to the Birthday date picker fields as well as get rid of the sublabels?
  • David JotForm Support Manager
    Replied on April 23, 2019 at 4:42 PM

    The sub-labels of the Date Picker field can be hidden with this code:

    #sublabel_day,#sublabel_month,#sublabel_year{

    display: none !important;

    }

    However, the Date Picker field does not have the option to put placeholders. I will submit a feature request to our back-end team to have placeholders on the Date Picker field. You will be notified via this thread if this gets implemented in the future.

  • lumierex5
    Replied on April 23, 2019 at 4:57 PM

    Alright David, you have been very helpful today. Thanks