[desc]: Awsome plugin! Musta been a lot of work to make it happen. Very cool to see.
You have a built in calendar function but the form I want to build will require time frames as well. Is there an easy way to implement time selection in cforms2 or am I on my own for that?
you could for instance provide two extra drop down fields, one for 'hh' and another one for 'mm'...in your admin email you can then assemble the date picker field value + the two above
Oops...I just realized I posted into the wrong category. Sorry about that...
Thanks for the quick reply. I was kinda hoping for something a little more fancy like a jquery time picker. That way I can use their logic for deltas etc...No clue how I'd go about integrating a jquery request in the form or in WP in general. Guess I have more reading to do. Was hoping someone had already done this.. ;)
integrating a jquery request in the form or in WP in general. Guess I have more reading to do. Was hoping someone had already done this.. ;)
In general very easy. If you're already using a date-picker field, jQuery is loaded. Just add your own time picker plugin (if that exits) and have it sit on top of a regular input field.