Thank you Takayuki Miyoshi for this great plugin !
The plugin works and has a very intuitive documentation except the part with the date format. For me is not clear how to handle with the date format because it doesn’t work like in the docs.
I try to set the input date format to “d.m.Y”
this will be rendered as an input field, but with the standard date format:
[date c7-date class:c7-datefield placeholder “Geburtsdatum z.B. 01.01.1990”]
none of them will work, this tags are rendered as text:
[date c7-date class:c7-datefield placeholder “Geburtsdatum z.B. 01.01.1990”]
[_format_c7-date “d.m.Y” class:c7-datefield placeholder “Geburtsdatum z.B. 01.01.1990”]
[_format_c7-date “d.m.Y”]
Do I need the second plugin(contact-form-datepicker) to get this work?
Or maybe I didn’t understand the docs? Or is this a bug?