How to achieve something like this:
when you click in a field, the tooltip appears under the field.
How to achieve something like this:
when you click in a field, the tooltip appears under the field.
You can do something like that with jQuery. Someone wrote a WordPress plugin to extend Gravity Forms to add tooltips. Here: https://github.com/norcross/gf-tooltips/blob/master/gravity-tooltips.php
I am not sure where the tooltip appears or how it's displayed. You could use the same type of functionality and place the tooltip wherever you want in relation to the field.
This is an awesome plug-in exactly what I needed for a customer
Glad that helped you.