Replies: 4
Hi, I found the Forminator plugin very handy but it interferes with the Event Manager plugin I use (when I disabled the latter, the problem doesn’t exist).
The issue is that I’m unable to choose the date from the datepicker calendar pop-up using the data field – the calendar doesn’t show at all. The pop-up works in forms created by the Contact Form 7 plugin or the Event Manager plugin though.
There are similar issues in the forum but the solution didn’t work for me, I hope you’ll find a way to help me. I’ve already tried to put the custom CSS code I pasted below.
/*Forminator datepicker background*/
#ui-datepicker-div.forminator-calendar--material:before {
width: auto;
}
#ui-datepicker-div {
z-index: 9999999999999!important;
position: absolute;
top: 100%;
}