Hello,
I need put a datepicker for birth date in my form.
How is possible let the user choose forst year then month and day?
Some like this http://www.faks.dk/forside/2012-03-05-11-55-48/indmeldelse in field called "Fødselsdag"
Thank you.
I need put a datepicker for birth date in my form.
How is possible let the user choose forst year then month and day?
Some like this http://www.faks.dk/forside/2012-03-05-11-55-48/indmeldelse in field called "Fødselsdag"
Thank you.
Hi geosystem,
If you only have one datepicker (or you want all datepickers in the form to behave in this way) you can add startView:'years' to the DateTime Picker config box on the form General tab (Click the form name link in the Forms manager and scroll down to see it.
If you need datepickers with different settings in the same form you can use the Custom MooTools Datepicker action from the Power Fields group. You need to set a class name to link this to your datepicker element and then set the Options you need.
Bob
If you only have one datepicker (or you want all datepickers in the form to behave in this way) you can add startView:'years' to the DateTime Picker config box on the form General tab (Click the form name link in the Forms manager and scroll down to see it.
If you need datepickers with different settings in the same form you can use the Custom MooTools Datepicker action from the Power Fields group. You need to set a class name to link this to your datepicker element and then set the Options you need.
Bob
Thank you GreyHead, works perfectly.
Can I ask more questions about datepicker 😶
1. how set older years rage? for istance 1980-1999.
2. where change default date format in d-m-Y?
Again thank you very much.
Can I ask more questions about datepicker 😶
1. how set older years rage? for istance 1980-1999.
2. where change default date format in d-m-Y?
Again thank you very much.
This topic is locked and no more replies can be posted.