Membership Pugin - sign up form

Hi,

I'd like to forward users to a separate "thank you" page when they successfully register, as this will allow me to more easily setup Google Analytics tracking.

Can someone please explain how to change the example code in "user-signup.php" to achieve this?

Thank you,
Greg

Re: [gversion] Membership Pugin - sign up form

By Dave - October 29, 2012

Hi Greg,

Look for this code in user-signup.php:
// show thanks

And then add this after it:
// show thanks
redirectBrowserToURL("http://www.google.com/");


Then just change the URL to whatever you like.

Let me know if that works for you.
Dave Edis - Senior Developer
interactivetools.com