Hi,
I want to setup a form that allows me to limit when people can select dates, meaning it can only happen between March & April, not any other time. Is there a way to do this?
Thanks!
Dana
Hi,
I want to setup a form that allows me to limit when people can select dates, meaning it can only happen between March & April, not any other time. Is there a way to do this?
Thanks!
Dana
Gravity Forms uses the jQuery UI Datepicker which can be customized using jQuery. You can find more information here:
Cool, thanks. Where do I customize it? I don't see it on the date form option.
You would need to add some jQuery to your theme, either in the theme header/page template header or in an external .js file that gets called in on your form page. This previous thread may help point you in the right direction.