gravity-tooltips
gravity-tooltips copied to clipboard
Tooltips in input fields
Another feature idea: Placement of tooltips IN fields. Example:

Several solutions would be possible.
- with CSS, by placing the icon above the input (some markup changes would be necessary)
- with CSS+JS. Icon is placed in input via css background property. JS opens tooltip on focus.
- https://github.com/chinchang/hint.css/issues/79
Background, why this will be useful:
With placeholders GF introduced a new option to hide labels
https://www.gravityhelp.com/gravity-forms-v1-9-placeholders/
+1! This could be very useful. For other type of fields an info button next to the field would be required though. For example with checkboxes and radio buttons as in: https://github.com/norcross/gravity-tooltips/issues/34