View Categories

Add Images/GIFs in Tooltips

Images and GIFs can be a faster way to explain what information is required to fill in the form. With a GIF, you can also show multiple steps and can host it directly in your WordPress media library. Follow the steps below to add Images and GIFs in your Gravity Form fields using the Tooltips for Gravity Forms addon.

  • Go to Media -> Add new from your website’s backend.
  • Upload the image or GIF that you want to use in the tooltip.
  • Copy its URL.
  • Now go to Forms -> Booster.
  • Select the form in which you want to add Images or GIFs in tooltips.
  • Now, navigate to the Tooltips panel and then click on the field where the tooltip content should be added.
  • Add the following code in the tooltip content for that field
<img src="https://linktomedia.com/image.jpg" />
  • In the above code, replace ‘https://linktomedia.com/image.jpg’ with your file URL.
  • Save the changes.
Add Images/GIFs in Tooltips