Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @bbansal15 – Most likely because you seem to have the same form on the page at least 6 times. No idea where they are all located, but I used a little JavaScript that detected fields based on their name.

    jQuery('[name="res-reservation-date"]')

    That should only return 1 result. It returns 6. If i delete all but the one in the popup it begins working correctly.

    IE the date field will not work if more than one copy of the form or field is on the same page.

    It may be also that you have 6 forms on the page and each has a date field with the exact same name, that will also cause this.

    Hope that helps, although I have no idea where all the forms are that need to be changed. In the end its not really an issue we can help with other than the diagnosis as it really has nothing to do with Popup Maker.

    Please take a moment to click that it Works and to rate and review the plugin or support.

    Thread Starter bbansal15

    (@bbansal15)

    Thanks a lot

    Issue resolved. It really helped a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contact Form7 Date Picker’ is closed to new replies.