Description
A custom field for Gravity Forms that will search any selected post types as the user types into the field and show the results below the field. Set which post types, how many results, and customize the display format of the results. Lots of unique CSS classes included for full custom styling!
This plugin was created as a way to help customers find documentation articles before submitting a support ticket. The goal is to reduce the number of support tickets submitted by helping customers find and answer themselves. Maybe you can find other uses as well!
Screenshots
Installation
You must have Gravity Forms installed first!
- Upload and activate the plugin
- Find the new “Search” field when adding/editing a form and add it to your form
- Customize the field settings
Reviews
Contributors & Developers
“Search Field for Gravity Forms” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Search Field for Gravity Forms” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2
- Add – aria-controls added to input, aria-live added to results
1.1.1
- Fix – Meta data now works on more than 1 field per result
1.1
- Add – Now results can show metadata
1.0
- Ready for full 1.0 status!
0.7.1
- Fix – Change how ‘gravityforms_search_no_results’ gets sanitized before output to allow HTML
0.7
- Add – filter ‘gravityforms_search_no_results’ to customize the “No results” text
0.6.1
- Change – Only check for typing on ‘keyup’, not ‘change’ as it resulted in redoing search on click outside input
0.6
- Update – Better loading spinner that shows inside the form field
0.5
- Fix – Fix issue getting post types
0.4
- Add – Use esc_* functions more liberally
0.3
- Fix – Search settings were showing on Text fields as well
- Fix – Proper Text Domain
0.2
- Fix – Add sanitization where missing
0.1
- Initial release