Date Reservation widget: weekends can be selected even when Allow Weekends is set to NO

  • kdgulledge
    Asked on October 8, 2015 at 11:37 PM

    I'm using the Date Reservation Widget.

     

    1) I indicate NO weekend reservations.

    But when I click on a Friday... the weekend dates appear again.

    Date Reservation widget: weekends can be selected even when Allow Weekends is set to NO Image 1 Screenshot 30

    2) Also, the data is not being sent via email. It just has the time slot reserved but NOT the actual day of the week or month.

    Date Reservation widget: weekends can be selected even when Allow Weekends is set to NO Image 2 Screenshot 41

    Jotform Thread 679279 Screenshot
  • Boris
    Replied on October 9, 2015 at 8:59 AM

    We are very sorry for the inconvenience. I can reproduce the bug with the Date Reservation widget allowing weekends to be selected even when weekends are disabled in the preferences.

    You can fix this yourself and make sure that weekend days are completely disabled for your users by adding the following custom CSS to each of your Date Reservation widgets on your form:

    .ui-datepicker-week-end { pointer-events: none !important; opacity: 0.35 !important; }

    You can do so by clicking on the wand-shaped icon of the widget, switching to its Custom CSS tab, and pasting the code there. Please refer to the image below for visual guidance:

    Date Reservation widget: weekends can be selected even when Allow Weekends is set to NO Image 1 Screenshot 20

    After adding this to each of your Date Reservation widgets, the CSS code in them will be preventing your users from ever selecting the weekend dates in these widgets.

    I have also forwarded this thread to our developers, so that we can fix this option in the widget - so that there will be no need for using Custom CSS in the future. We will let you know through this thread when this bug is fixed. Thank you.

    In order to prevent confusion with the bug report that was raised in this thread, I have split your question regarding data in your email notifications here:

    http://www.jotform.com/answers/678340042

    We will be supporting you with that issue there, shortly.

  • kdgulledge
    Replied on October 9, 2015 at 4:01 PM

    Thank you!

  • Boris
    Replied on October 9, 2015 at 5:12 PM

    You are most welcome, I am happy that the offered workaround was able to resolve the issue for you right away.

    We will also let you know when this is properly fixed on our back-end by our developers.

    Kind regards

  • TitusN
    Replied on August 11, 2016 at 6:43 AM

    Sorry for the late update - 

    The weekend setting is fixed and should work as expected. 

    Please check it out - thank you.