Hello, I have two products on my website, one free and one paid. I have set redirect after login to "first available protected URL" and then "Automatically login customer after signup" ckecked. I am using wordpress and the page I want them to land into is protected for that product. I have also set a link to that page in Prtect content-links. When someone signs-up, he is taken to a member page with a link at the bottom that says something like "To access your content click here" and when he clicks he is redirected to the appropiate page but (this is my question), is it possible to have the user automatically redirected to that page instead of having him to click in that link? Thanks!!!
I have a custom thanks page protected for each type of product so I want them to access this page when they sign-up and the standard protected content when they log-in. Do I have explain myself? Thanks David!!!
On the thanks page you can try this: <a href="http://yoursite.com/amember/login?amember_redirect_url=/yoururl">login link</a> David