Dear All, We have set our product in Amember to show a 'Terms and Conditions' page before the customer is directed to PayPal. (selected 'Display Agreement'). The user goes through the following steps: 1. Enters sign up details at: http://www.mysite.com/amember/signup.php and then clicks 'Continue' 2. User now sees 'Terms and Conditions' page. However the URL for this page is also: http://www.mysite.com/amember/signup.php In Google analytics I would like to see how many people landed on http://www.mysite.com/amember/signup.php and also how many people landed on the 'Terms and Conditions' page. However both have the same URLs. Can anyone help me get around this, so that I can track traffic on both pages separately? Best wishes, ch
Create a copy of signup.php for example signup_agreement.php Then in signup.html change signup form target to signup_agreement.php