Page 1 of 1

FeedbackForm - Date Picker

Posted: Mon Nov 27, 2006 7:28 am
by knorrhane
Hello,

Does anyone know how to modify the Feedback Form (/FeedbackForm/classes/DatePicker.class.php) to add two new dropdowns for hour and minutes at the end of the date? Now it only shows three dropdown for date/month/year but i want date/month/year  hour/minutes.

I have been trying but since i am no php-guru it aint working. Any help is very appriciated :)

Thank you,

Re: FeedbackForm - Date Picker

Posted: Thu Nov 30, 2006 10:08 pm
by sjg
This isn't going to be easy. To add this, you'd need to modify the DatePicker class, as you mentioned.

I'm trying to avoid adding any new features to FeedbackForms, as it's not really supported any more (the code is really hard to maintain, since I didn't write it very well).

FormBuilder is the replacement for FeedbackForms, is more maintainable, and it's easier to add new features for it. I'll throw in a feature request to create a DateTime picker for FormBuilder, which I'll get to eventually.

Thanks,
___Samuel___

Re: FeedbackForm - Date Picker

Posted: Fri Dec 01, 2006 9:42 am
by knorrhane
That sounds great, ill look forward to that :)
Could you please also add the posibility to add a definable text in front of the two news boxes (hour and minutes) so you i.e could write Time or whichever text the user want to add?


Thanks,

/Simon