• Resolved bast017

    (@bast017)


    Hi,
    I’d like to make it not possible to book an appointment on the day users are using the calendar (today). the first available slot should be first slot of the day after (tomorrow).

    Refering to your documentation (https://easy-appointments.net/documentation/), I tried this formula without any success:

    [ea_bootstrap width=”800px” scroll_off=”true” layout_cols=”2″ min_date=”+1d”]

    Can you please help me find the right formula?

    Thanks in advance!
    Bastien

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @bast017

    that should be fine +1d or +2d but watch on those quotation marks. Sometimes those can be wrong so it is best to paste them "+1d"

    Best regards,
    Nikola

    Thread Starter bast017

    (@bast017)

    Hi @loncar

    Thank you very much for your reponse. However the formula is still not working, even when I copy paste your quotation marks:

    [ea_bootstrap width=”800px” scroll_off=”true” layout_cols=”2″ min_date=”+1d”]

    Can I kindly ask you to make some test on your side to confirm this functionality is working and send me your formula so that I can use it directly?

    Thank you very much in advance.

    Best Regards,
    Bastien

    Hi @bast017

    looks like quotation marks again is the issue. I will suggest that you open code mode instead of visual editor in WP and there paste the ” . Those quotation from your post example are not good.

    those two lines are not the same:

    [ea_bootstrap width=”800px” scroll_off=”true” layout_cols=”2″ min_date=”+1d”]
    
    [ea_bootstrap width="800px" scroll_off="true" layout_cols="2" min_date="+1d"]

    Best regards,
    Nikola

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Set up a min_date’ is closed to new replies.