Date Picker not working on form

  • Issue description:

  • Please go to this site

  • Scroll down a little to trigger the feedback button

  • Choose either “T3, Changi Airport” or "Other Outlets)

  • You will see that the date picker doesn’t show up in the “Date of Visit” field.

  • I’ve tried on all browsers, Windows and Mac OS, and all didn’t work.

  • Link to the page with the widget in question:

  • https://staging.namnam.net/

1 Like

Hi there, @MelvinNeo :waving_hand:

We’ve fixed the issue by adding this code to the Custom CSS field on the Appearance tab of your widgets’ settings:

.global-styles,
.es-popout-content {
  z-index: 2147483647 !important;
}

Please check your website and let me know if everything is fine now :slightly_smiling_face:

Thanks, Max.

It works! :folded_hands:t2::blush:

1 Like

Great, you’re most welcome :slightly_smiling_face: