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.

tracking progress for multi page form using Google anayltics

  1. I have Google tracking already for my form and website but i just changed the form into a 3 step form from a single long page form with hopes of increasing my conversions. I have been using the long page form for a year now and the tracking has been working fine. Whats the best and easiest way to track the progress of a multi page form so that i can see when people drop off the funnel? My form is used for lead generation and has a thank you page, when the thank you page loads, its counted as a goal conversion.

    Posted 11 years ago on Thursday November 29, 2012 | Permalink
  2. I have read all of the other related topics and I am still confused. Can each page of the form be tracked or not? Any response would be greatly appreciated.

    Posted 11 years ago on Thursday November 29, 2012 | Permalink
  3. You can load any scripts you like, including Google Analytics scripts, by using the form_page_loaded event http://www.gravityhelp.com/documentation/page/Gform_page_loaded

    Posted 11 years ago on Saturday December 1, 2012 | Permalink
  4. The java script that you are talking about is that the exact one that I should simply copy and past, and if so where is the best place to put the script? Also is there any more information on how this works, I'm not familiar with Events. Do you think this is the best approach or should I create 3 separate pages and forms and use query strings.

    Posted 11 years ago on Sunday December 2, 2012 | Permalink
  5. It will be easier if you use three pages. But you can use gform_page_loaded. That script will be added to the header section of the page where your form is embedded.

    Posted 11 years ago on Sunday December 2, 2012 | Permalink
  6. So I can copy the code that you provided and paste it in the header of the page and the only thing that I need to change is the form id?

    Posted 11 years ago on Monday December 3, 2012 | Permalink
  7. Yes. It may be slightly more complicated than that, but that is basically the way to do it.

    Posted 11 years ago on Monday December 3, 2012 | Permalink
  8. Thanks

    Posted 11 years ago on Tuesday December 4, 2012 | Permalink