Hello,
I am currently setting up a form, which has the date of birth in it. I need to present additional fields depending on whether the person (whose date of birth is captured) is of full age.
I therefore need to do some kind of "full-age-validation", which I will probably do in PHP (something like current_date - date_of_birth > 18).
Here is my question: what is the variable name of that date_of_birth field from the form?
Thanks for any help
kazpad
I am currently setting up a form, which has the date of birth in it. I need to present additional fields depending on whether the person (whose date of birth is captured) is of full age.
I therefore need to do some kind of "full-age-validation", which I will probably do in PHP (something like current_date - date_of_birth > 18).
Here is my question: what is the variable name of that date_of_birth field from the form?
Thanks for any help
kazpad