Birthday date in form
-
Hello and thanks for your plugin, I’m using it for a while, especially on this website (the subscription form is the footer, in a popup, in all products details and also in the checkout page )
In the subscription form I added a custom input for birthday like this<input type="date" name="BIRTHDAY" required />
but I notice that very often, the birthday recorded in Mailchimp is 01/01 instead of the real date that the user prompts.
I tried other ways like these two<input name="BIRTHDAY" type="text" pattern="(0[1-9]|1[0-9]|2[0-9]|3[01])\/(0[1-9]|1[012])" />
<input class="birthday REQ_CSS" type="text" pattern="(0[1-9]|1[0-9]|2[0-9]|3[01])" placeholder="Giorno" size="2" maxlength="2" name="BIRTHDAY[day]" id="mce-BIRTHDAY-day" value=""> <input class="birthday REQ_CSS" type="text" pattern="(0[1-9]|1[012])" placeholder="Mese" size="2" maxlength="2" name="BIRTHDAY[month]" id="mce-BIRTHDAY-month" value="">
but I always get 01/01. What am I doing wrong?
Thank you in advance
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Birthday date in form’ is closed to new replies.