I'm creating a form, and I want it to ask the person their full birthday. I'm collecting the day, month, and year in which they were born. I have 2 questions:
Can I make it so if they select February as their birth month, it'll show 29 days in the "days" select box, but if they select March, it will show 31 days in the "days" select box.
I have an alert box which shows them their information before submitting it. Right now it tells them, Date of Birth: Month/Day/Year (for example: 12/6/1970). Is there a code that would allow me to make it so it says, Age: {Age} (for example: Age: 34 years old).
Thanks!