Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norcross/gravity-tooltips
Adds a custom field to each form element for tooltips
https://github.com/norcross/gravity-tooltips
Last synced: 12 days ago
JSON representation
Adds a custom field to each form element for tooltips
- Host: GitHub
- URL: https://github.com/norcross/gravity-tooltips
- Owner: norcross
- License: mit
- Created: 2014-03-12T01:27:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T05:15:54.000Z (over 3 years ago)
- Last Synced: 2024-08-03T14:07:31.276Z (3 months ago)
- Language: CSS
- Size: 168 KB
- Stars: 74
- Watchers: 17
- Forks: 20
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE-MIT
Awesome Lists containing this project
- awesome-gravity-forms - Gravity Tooltips - Adds a custom field to each form element for tooltips. (Third-Party Add-Ons)
README
Gravity Tooltips
================Add custom tooltips in Gravity Forms.
**Note:** Version 2.0.0 has numerous changes from previous versions, including a switch to using the [hint.css library by Kushagra Gour](http://kushagragour.in/lab/hint/ "hint.css library by Kushagra Gour") and removing all JS requirements. It may not be compatible with current implementations, please backup and test before updating any production sites.
## FAQs
### How does it work?
##### Settings
1. Install and activate the plugin
1. Under the main "Forms" admin menu, select "Tooltips"
1. Make any changes to your settings and press save##### Form Fields
1. Create a new form or edit an existing form
1. Select the individual field you want to add a tooltip to
1. Under the "Advanced" tab, enter the tooltip content### The field is not showing. Why?
Look at the `show_field_item_types` function to see which fields types are included. Also, there may be another plugin conflicting with the field setup. Beyond that I do not know.### Can I use HTML inside the tooltips?
For the most part, no. The tooltips can display linebreaks, but you'll need to use the HTML entity `
` and not a `
` for it to work.## Changelog
See [CHANGES.md](CHANGES.md).## License
Copyright (c) 2013 Andrew Norcross
Licensed under the [MIT license](http://opensource.org/licenses/MIT).