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.

Different URL in section break steps

  1. wpdk
    Member

    Hi ..

    Is it possible to get different URLs when using section breaks..
    Example:
    Step 1 url = domain.us/step1
    Step 2 url = domain.us/step2
    Step 3 url = domain.us/step3

    This is for tracking with Google Analytics..

    Otherwise that would be a very cool addition to the plugin, since tracking where in a form people leave is very important information..

    Posted 13 years ago on Monday February 28, 2011 | Permalink
  2. This isn't possible, Section Breaks appear on the same page so they aren't on separate URL's. It's the same page.

    Are you referring to Multi-Page forms and not Section Breaks? If so, there is a hook that can be used on multi-page forms to execute Javascript each time a page loads so this could be tracked if the Google Analytics tracking code can work that way. I'm not familiar enough with Google Analytics tracking to give you a definitive answer.

    Posted 13 years ago on Monday February 28, 2011 | Permalink
  3. wpdk
    Member

    Yes, I'm thinking of the Page Break ... sorry...

    Where can I find more info about the hook ?

    Posted 13 years ago on Monday February 28, 2011 | Permalink
  4. There is a jQuery hook you can use that fires each time a page loads in a multi-page form.

    That jQuery hook is: gform_page_loaded.

    Here is a screenshot of a code example: http://grab.by/9d7d

    This example refreshes the Cufon script each time a page is loaded.

    There may be other examples if you search the forums for gform_page_loaded. It will be in the documentation after the final 1.5 release very soon.

    Posted 13 years ago on Monday February 28, 2011 | Permalink