Lightbox and date field

Hello! I use lightbox plus plugin to display popup lightbox area with formidable form inside.
I use date fields there.
Date fields don’t display popup calendar in the lightbox, but they do in Preview.

Please take a look on preview:

http://kd.kz/air/index.php?plugin=formidable&controller=forms&frm_action=preview&form=fcfzfl

and Website:

http://kd.kz/air/en/air-transport/

(to show the form please click Request Callback button at the right sidebar)

It looks like Javascript conflict…
Can you please help me, what I have to fix?

The datepicker is working, but it's behind the popup box. You can fix this by increasing the z-index. Add this to your theme style.css.

#ui-datepicker-div{z-index: 10000 !important;}

So easy! :) Thank you very much for your help!

Topic closed.