Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1033577
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T14:15:09+00:00 2026-05-16T14:15:09+00:00

On my site I have a form that spans 2 steps each step 1

  • 0

On my site I have a form that spans 2 steps each step 1 posts back to the same page and loads the second part of the form. The only difference between step 1 and step 2 in terms of URL is an anchor text in the url

e.g.

STEP 1 : http://www.mysite.com/enquiry/
STEP 2 : http://www.mysite.com/enquiry/#message

is it possible to track these in goal funnnels? If not would i have to hardcode some tracking paramater into the GA code?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T14:15:10+00:00Added an answer on May 16, 2026 at 2:15 pm

    _setAllowAnchor(bool) won’t solve your problem; that’s a function for allowing Google Analytics to read campaign query strings from the anchor (ie, #utm_medium=cpc.)

    This can be hard to do reliably cross-browser without something like jQuery.

    You’ll need to include a plugin like this to deal with past IE problems: http://benalman.com/code/projects/jquery-hashchange/docs/files/jquery-ba-hashchange-js.html

    The following should attach a function to a cross-browser compatible hashchange event, and then create a ‘fake’ pageview to allow you to track it separately in Google Analytics.

       $(window).hashchange( function() {
           _gaq.push(['_trackPageview',location.pathname+location.search+location.hash]);
        });
    });
    

    This should have wider compatibility than some of the other options.

    In GA, in your stated example, the ‘anchored’ page will track as /enquiry/#message.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form that i am trying to submit after the page loads
I have a form that submits a search for blogs on my site via
On my site, I have a form that users fill out to become a
I have a win form that creates a site in IIS7. One function needs
I have a site that has a simple HTML button in a form. All
I have a MOSS 2007 running a site that has a public facing form
I have been tasked with improving the form validation on a page. The site
I have a multi page form that I am trying to implement on my
I have a form in a Zend-based site which has a required Terms and
I have a form in a jQuery enabled site. The form does not feature

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.