Page 1 of 1

Understanding formbuilder Month Picker

Posted: Fri Jul 09, 2010 7:48 am
by cronosmachine
Hi guys,
There is year picker and date picker from formbuilder.
I would like to know how do I pick only for month picker?
I thought from date picker by using format
Only F it only showing month on End user form, but it didn't
It seem only effected on submission.
Image

Re: Understanding formbuilder Month Picker

Posted: Fri Jul 09, 2010 4:14 pm
by tyman00
The month should show up as part of the date picker. I think changing the PHP date format will not affect how the form displays the field, only how it saves the information to the database.

Re: Understanding formbuilder Month Picker

Posted: Sat Jul 10, 2010 7:03 am
by Peciura
It should not be hard to replace original field too your own manually.
Knowing form structure i could  modify its template to meat your needs.

Re: Understanding formbuilder Month Picker

Posted: Mon Jul 12, 2010 12:10 am
by cronosmachine
So there no way to create just only month picker? we have year & time picker by default..  ??? ???

Re: Understanding formbuilder Month Picker

Posted: Mon Jul 12, 2010 1:12 am
by tyman00
You could just use a standard Input Field and use a jQuery date picker tool that will allow month/year picking only.

I am currently doing that for the nice calendar looking date picker. It works just fine.