Formbuilder DatePicker Question
Posted: Tue Jun 05, 2007 2:36 am
Hi Guys,
I built a form using formbuilder 0.2.4 and I created a field to pick birth date. The problem is that the dates in the dropdown go from 1997 to 2016, is there any way to configure the date range?
If I mess with the 10's on line 55 of DatePickerField.class.php
for ($i=$today['year']-10;$i<$today['year']+10;$i++)
would that do it? or break something else?
Thanks for your help
John
I built a form using formbuilder 0.2.4 and I created a field to pick birth date. The problem is that the dates in the dropdown go from 1997 to 2016, is there any way to configure the date range?
If I mess with the 10's on line 55 of DatePickerField.class.php
for ($i=$today['year']-10;$i<$today['year']+10;$i++)
would that do it? or break something else?
Thanks for your help
John