• Resolved psoarescolunex

    (@psoarescolunex)


    Hello, I would like to know if it is possible, in the part of the date field, to disable the person’s option to select the days that have already passed.

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Support Acowebs Support Team

    (@ashwinacodez)

    Hi,

    You can disable the days that have already passed using the below JSON code in the Date field advanced tab

    {
    “minDate”:”+01.01.1970″,
    “formatDate”:”d.m.Y”
    }

    The code indicates the minimum date tobe selectable will be today onwards

    But in the Custom product addon there is no option to set this for a particular user or user group.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Deactivate dates that have passed’ is closed to new replies.