How would I collect the month, day, and year individually? I currently have this for my drop down form box:
<input type="date" value="DOB" name="dob" class="required"> Is there a way to do this or will i have to create 3 separate ones? If so, how would I accomplish this?