stefangabos / Zebra_Datepicker

A super-lightweight, highly configurable, cross-browser date time picker jQuery plugin
https://stefangabos.github.io/Zebra_Datepicker/
Other
399 stars 183 forks source link

Form does not submit the fields with datepicker #155

Closed chryslerx2 closed 4 years ago

chryslerx2 commented 4 years ago

Hello!

Im stucked with fetching data to POST. My form is in modal and when I submit the form, Fields with datepicker does not contain any value or NULL in short it does not pass values to POST.

Tried several times and tests but it seems there is error when the form is in modal.

It is working fine when my form is not in modal.

It's when the form sees an input field with Zebra_datepicker, the form ignores its presence.

I hoe you could help me. Thank you. Great Plugin!