Multi-Date Picker Field for Gravity Forms
Allows selection of multiple dates in a single Gravity Forms text field.
by Chris Eggleston · github.com/chrisegg/multidate-picker-gravity-forms · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/chrisegg/multidate-picker-gravity-forms/archive/refs/heads/main.zipReadme
Multi-Date Picker Field for Gravity Forms
Contributors: chrisegg
Tags: gravity forms, datepicker, multi-date
Requires at least: 5.0
Tested up to: 6.4
Stable tag: 1.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Description
This plugin enhances Gravity Forms by adding a multi-date picker to single-line text fields, allowing users to select multiple dates in a single field.
Installation
- Upload the
multidate-picker-gravity-formsfolder to the/wp-content/plugins/directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Configure the form ID, field ID, and date format in the plugin's configuration array (see documentation at https://gravityranger.com/gravity-forms-multi-date-picker/).
Changelog
= 1.2 =
- Improved performance and maintainability with separate CSS/JS files.
- Added accessibility attributes.
- Enhanced compatibility with WordPress standards.