I have a long subscription form which contains 2 date-picker fields.
The first works fine, but the second not so much.
When I click at the field or the button next to it, the pop-up appears on top of the page. At low resolutions the pop-up isn't visible without scrolling up to the top of the page.
The problem only appears in IE.
I have no idea where to look to fix this problem.
[I'm using the Chronoforms_J1.5_V4_RC1.9.zip version.]
The first works fine, but the second not so much.
When I click at the field or the button next to it, the pop-up appears on top of the page. At low resolutions the pop-up isn't visible without scrolling up to the top of the page.
The problem only appears in IE.
I have no idea where to look to fix this problem.
[I'm using the Chronoforms_J1.5_V4_RC1.9.zip version.]
Hi Kevin0204,
Please try adding this to the form CSS
Bob
Please try adding this to the form CSS
div.datepicker_dashboard {
z-index:100;
}
Bob
HI there. I have exactly the same problem. Can you please tell me, where to put what? Which directory? Which css?
Hi powerpaint,
Drag a Load CSS action into the form OnLoad event and add it there.
Bob
Drag a Load CSS action into the form OnLoad event and add it there.
Bob
Great. It´s working. Awsome.
This topic is locked and no more replies can be posted.