Birthday "YEAR" Problem
-
I used the Form Mark Up tool to collect Name, Email and Birthday information (see below). Each time someone completes the form, the Birthday YEAR always records as 2014, no matter what year the user actually selected. Is this a bug?
<p> <input type="text" name="NAME" placeholder="Your first name" required="required"> </p> <p> <input type="email" id="mc4wp_email" name="EMAIL" placeholder="Your email address" required /> </p> <p> <label>Birthday:</label> <input type="date" name="BIRTHDAY" required="required"> </p> <p> <input type="submit" value="Sign up" /> </p>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Birthday "YEAR" Problem’ is closed to new replies.