All Projects → norcross → gravity-tooltips

norcross / gravity-tooltips

Licence: MIT license
Adds a custom field to each form element for tooltips

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

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 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
  2. Under the main "Forms" admin menu, select "Tooltips"
  3. Make any changes to your settings and press save
Form Fields
  1. Create a new form or edit an existing form
  2. Select the individual field you want to add a tooltip to
  3. 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 &#xa; and not a <br> for it to work.

Changelog

See CHANGES.md.

License

Copyright (c) 2013 Andrew Norcross Licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].