I stumbled upon this article: https://www.fdmdigital.co.uk/form-field-tooltips-with-tippy-js/
This seems pretty cool and handy. I would really like to implement this into my form. But i can‘t get it to work! I followed the turorial in the article – but i don‘t get any tooltips.
Am i missing something?
>Am i missing something?
Yes, you forgot to share your URL.
in your field description on “build” add this
`<span id=”email_symbol_1″>Hover here to see the tooltip</span>`
in your js file
add this
tippy(‘#email_symbol-1’, {content: ‘The field above is an email field. Please enter your email address so we can contact you.’,});