PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Tooltips not working on multiple step form correctly

  1. I have a site built using Roots Theme 5, and using a Gravity form for forms. I am able to add tooltip on the form field using Bootstrap Tooltip, and it works correctly on the form.

    Now that I have a form which is divided into 3 steps, and the tooltips are working only for the first step of fields.

    Kindly advise as what could be the issue?

    Posted 11 years ago on Sunday November 11, 2012 | Permalink
  2. If the tooltip is being added to the page via a jQuery or JavaScript script, chances are you need to call it on every page of a multipage form. To do that, you can use the gform_page_loaded hook:

    http://www.gravityhelp.com/documentation/page/Gform_page_loaded

    Posted 11 years ago on Monday November 12, 2012 | Permalink
  3. Right, thanks. I will be trying this.

    Posted 11 years ago on Monday November 12, 2012 | Permalink
  4. David Peralty

    You could also use this third party add-on to get tooltips: https://github.com/norcross/gf-tooltips

    Posted 11 years ago on Monday November 12, 2012 | Permalink