This repo is for a Wordpress plugin that extends the plugin Gravity Forms by adding a Date field using Flatpickr.js. It was created to take advantage of some of the Flatpickr features such as blacking-out dates, or setting min and max dates.
In addition to just having the FlatPickr instance, you can link multiple Flatpickr fields by referencing a field ID in a companion field. This is useful for setting start and end dates, where the start date influences the beginning date on the end date calendar.
- Add easter sunday
- Fix enqueue of script to occur only when form is printed on page
- Add placeholder field/text
- Add composer.json for Bedrock support
- Initial release.
- Added support for Flatpickr.js integration with Gravity Forms.
- Enabled linking of start and end date fields.
- Added options for min/max dates and blacked-out dates.