• Hello,

    I built a form with a date picker. I need to limit the selectable dates from 1/6 to 30/9.

    What I’ve done is this:

    [date* date min:2023-06-1 max:2023-09-30 “d-m-Y”]

    Obviously this script refers to 2023 but I need to repeat the range every year in the future.

    Any clue? Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter psartorio

    (@psartorio)

    Actually what I really need is to allow the user to select any day of June, July, August or September in the date picker. The other months should be disabled.

Viewing 1 replies (of 1 total)
  • The topic ‘Date selector limits repeating every year’ is closed to new replies.