• Resolved No1Legend

    (@no1legend)


    I am trying to edit the Calendar to disable All Fridays from the selection.

    http://tuckerfamilydentistry.com/?page_id=27

    The above link is the location of their form.

    I have visited Dynarchs website and have found the following code:

    Calendar.setup({
    cont: “sample2”,
    disabled: function(date) {
    if (date.getDay() == 5) {
    return true;
    } else {
    return false;
    }
    }
    });

    But I am unsure if the version of the calendar being used in my FormMaker is the same version they have referenced for this code.

    Can you confirm this is the write edit for the calendar?

    If so, Where would this edit be made in order for it to achieve the right solution?

    Thank you in advance.

    https://wordpress.org/plugins/form-maker/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor webdorado

    (@webdorado)

    Dear No1Legend,

    Unfortunately we don’t know what calendar is in that website. You can find the WordPress Form Maker calendar files in wp-content\plugins\form-maker\js folder.

    Thread Starter No1Legend

    (@no1legend)

    It is the calendar that came with Form-Maker plugin….

    The Form Maker plugin was installed and not altered at all.

    So it is the same calendar you guys used when creating the plugin

    Thread Starter No1Legend

    (@no1legend)

    Are you saying that the calendar is different from the one used in Form Maker?

    Can you please check again and confirm. I am almost positive it is the same calendar

    Plugin Contributor webdorado

    (@webdorado)

    You did not give us any link with a calendar, so we cannot check whether it is the same or different. You can try to modify the Form Maker calendar files in wp-content\plugins\form-maker\js folder.

    Thread Starter No1Legend

    (@no1legend)

    The link i provided was http://tuckerfamilydentistry.com/?page_id=27

    If you go down to where you choose a date you will see the calendar.

    You guys don’t seem to want to help much so i will try to modify it myself even though i had tried before coming here.

    I Just figured asking the developers would be the quickest way to get the adjusted code.

    Even if you didn’t see a calendar, Which is quite obvious in the link I provided, my question was simple.

    How do i block out certain dates or days on the Form Maker calendar?

    Simply providing me with the code or answer would have been best.

    Thread Starter No1Legend

    (@no1legend)

    Thumbs down on your support.

    Plugin Contributor webdorado

    (@webdorado)

    Dear No1Legend,

    Please contact to info@web-dorado.com and we will send you customized version.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Editing Calendar To Disable Certain Dates’ is closed to new replies.