• Resolved Nikolaiii

    (@nikolaiii)


    Hi Carlos,

    I have a basic input field in a form loading in modal window that I want to concert to a date/time picker.

    <label> Requested date & time
        [text* requested-date class:picker] </label>

    Here is a screenshot of the config I have with your plugin: https://pasteboard.co/JwJgAUB.png

    Here is a screenshot of the front-end: https://pasteboard.co/JwJhuc2.png
    As you can see the field is prefilled with the date but nothing happen when I click on it. I checked, there are no JS errors on the page.

    Any idea if I missed a setting somewhere of what could be wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Most likely the date picker is behind the lightbox, so it’s a z-index issue.
    Try adding something like

    .xdsoft_datetimepicker { z-index: 9000000000 }

    To your site’s custom css.

    Thread Starter Nikolaiii

    (@nikolaiii)

    Thank you Carlors, it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Picker not showing up’ is closed to new replies.