You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
Thanks for this plugin. It looks like the tooltips only work on the first page of a multi-page form. Any chance of getting this working on all multi-page pages of a form?
Thanks,
John
The text was updated successfully, but these errors were encountered:
It would be great if you did get a chance to test it. I'll poke around a little this weekend to see if I can see anything but I haven't really worked with the Gravity Forms JavaScript yet. Hopefully there is some way to fire your Tool Tip js code after each form page is loaded via ajax but before it renders.
It's a quick and dirty solution but I just copied all the js from gf-tooltips.js and pasted in a js file that gets called in the footer of my theme. I binded that code to the gravity forms custom event linked below and it appears tooltips are working fine on all gf form pages now. I haven't tested very much yet though: http://www.gravityhelp.com/documentation/page/Gform_page_loaded
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Norcross,
Thanks for this plugin. It looks like the tooltips only work on the first page of a multi-page form. Any chance of getting this working on all multi-page pages of a form?
Thanks,
John
The text was updated successfully, but these errors were encountered: