I'm trying to create a form but I don't want to use labels, I just want to use the placeholder to let the user know what is asked from him. But when I give it type="date" the placeholder in Chrome is ignored and replaced with: day-month-year, but I want it to display: Date of birth.
I there a way to do this? Otherwise I have to change the entire form and insert labels.
I know it's been asked before, but everyone wants to prevent the datepicker to display, I do like the datepicker but just not placeholder. All answers I found were based on the placeholder.