Hi-
I need to be able to show fields based on the age of a person filling out a registration form. I ask for their date of birth, and want to calculate their age based on that to set the value of a hidden field with their age and determine whether to show fields based on that value. I have found ways to calculate age both in javascript and PHP, but am uncertain which to use and where to use it in order to set the value for the hidden field.
Thanks.