Replies: 0
Date format option isn’t working in ContactForm7 version 5.1.7.
I tried what plugin documentation explains, the format specified by the plugin developer and also different suggestions and examples from StackOverflow but nothing seems to work.
The code I tried is as follows:
<p>Cumpleaños (requerido)<br />
[date* your-birthday _format_your-birthday "d-m-Y"] </p>
What I get in the front end is:
Cumpleaños (requerido)
mm/dd/yyy
Is there some way to fix this?