Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a form that's split up into 3 parts when loaded using jquery. When the user finishes the 1st step he/she clicks a button to proceed to the next step and so on. All of this is on one same URL.

My question is, how do I go about including these different steps into the goal funnel? Can I wrap the button in a anchor like

    <a href=#step2"> 

and use that url (like www.mysite.com/form.php#step2) in the goal tracking?

Is this correct, or what other methods do you all suggest?

Thanks for any help!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.