Page 1 of 1

Re: FeedbackForm Date Picker

Posted: Sat Jul 22, 2006 12:55 am
by sjg
Sure. Edit modules/FeedbackForm/classes/DatePicker.class.php, and change line 57 to specify any range you want.

For example:

Code: Select all

       
    for ($i=1900;$i<$today['year']+10;$i++)
Will give you from 1900 through 2016 (until next year, when it will increase the high end by one).

Good luck,
___Samuel___

Re: FeedbackForm Date Picker

Posted: Sun Jul 23, 2006 10:57 am
by niq
Thanks for this info - I was just searching for a way to change the default years also.

I just installed the Feedback Form and it's working great - thanks alot!