Thread Starter
R J
(@r-j-1)
When check my translation – found that filed “Datepicker” shown twice in admin panel when create/edit filed.
Plugin Author
donmik
(@atallos)
Hi,
I’ve just updated russian translation. Thanks!
I don’t understand what you say with datepicker. Can you show me a picture?
Thread Starter
R J
(@r-j-1)
I check this again, have another problem.
When I choose Datepicker field type, I have simple input field as output.
Datepicker_field__01.jpg
Datepicker_field__02.jpg
Plugin Author
donmik
(@atallos)
mmmm, but where is the problem in this? I don’t see where because you are seeing exactly what you need to see. In the first image you are seeing the form choosing datepicker field.
A datepicker field is an html5 field. So it will return what you see in second image:
<input type=”date” name=”xxxx” value=”” />
It’s not an error, it’s working as expected. Maybe you don’t want a datepicker, you want a birthdate or date selector.
Thread Starter
R J
(@r-j-1)
Ok, I understand – this not work in FF:
http://www.w3schools.com
Thanks !