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?
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
Hi Elliott,
That worked like a dream! Thanks much! Perfect support as always!