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!