This plugin enhances the functionality of Gravity Forms Chained Selects by adding auto-select capabilities, column hiding options, and full-width display for vertical chained selects.
The Chained Select Enhancer for Gravity Forms adds the following features to Gravity Forms Chained Selects:
- Auto-select: Automatically selects an option when it's the only choice available.
- Hide Columns: Allows hiding specific columns in the chained select field.
- Full Width: Makes vertical chained selects full width.
This plugin requires:
- WordPress
- Gravity Forms
- Gravity Forms Chained Selects Add-On
- Install and activate Gravity Forms.
- Install and activate the Gravity Forms Chained Selects Add-On.
- Download the Chained Select Enhancer plugin ZIP file.
- Go to Plugins > Add New in your WordPress admin area.
- Click "Upload Plugin" and select the ZIP file you downloaded.
- Click "Install Now" and then "Activate Plugin".
After activation, new options will be available in the Gravity Forms editor for Chained Select fields:
- Automatically select when only one option is available: Enables auto-select functionality.
- Make vertical chained select full width: Makes the field full width when in vertical layout.
- Hide columns: Enter comma-separated column numbers to hide specific columns.
To translate the plugin:
- Use a tool like Poedit to open the
gf-chained-select-enhancer.pot
file in thelanguages
folder. - Create a new translation and save it as
gf-chained-select-enhancer-{locale}.po
(e.g.,gf-chained-select-enhancer-fr_FR.po
for French). - Save the file and Poedit will automatically generate the corresponding
.mo
file. - Place both the
.po
and.mo
files in thelanguages
folder of the plugin.
WordPress will automatically use the correct language file based on the site's locale setting.
For support, please open an issue on the GitHub repository.
Contributions are welcome! Please feel free to submit a Pull Request.
This one is beyond my capabilities and I guess I won't be able to add it alone so any help is more than welcome:
- Download the uploaded csv file (storing it in the WordPress /uploads directory and add a href on the name of the file)
This project is licensed under the GPL v2 or later.
A million thanks to the wizards from GravityWiz (David, Samuel, Matt, Saif, you're the bests!) for helping me through the years with anything related to Gravity Forms!
-
2024-07-01 -- 1.0
- Initial version
-
2024-11-29 -- 1.01
- Hidden lines are now properly hidden