Tooltips for Gravity Forms support HTML content. If you want to include some links in the tooltip content, then it is possible. You just have to insert proper HTML for the link.
- In your WordPress dashboard, go to Forms -> Booster.
- Please select the form in which you want to add a tooltip with a link in it.
- Navigate to the Tooltips panel and then click on the field for which you want to add content.
- In the field, add the following HTML to create a link
<a href="https://yourlink.com" target="_blank">Click Here</a>- In the above code, replace https://yourlink.com with the link you want to insert. Remove the target=”_blank” text if you don’t want to open the link in a new tab.
- Click on the Save button to make your changes live.
