Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #408952

    Hi there,

    I’m using Enfold’s default contact form (which is superb!) for clients to book appointments. My question is whether I can somehow modify the date picker to only allow them to book 7 days in advance?

    #409096

    Hey Jon!

    Try opening up /enfold/framework/php/class-form-generator.php and around line 371 you should see this.

    showButtonPanel: true,
    

    Add this beneath it.

    minDate: 7,
    

    Best regards,
    Elliott

    #409929

    Hi Elliott,

    That worked like a dream! Thanks much! Perfect support as always!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Contact / Booking Form’ is closed to new replies.