On my sales page I have a pricing table with 2 options - Starter - Premium If the user select premium, it will direct them to the sign up page but amember does not automatically select the option from the two. Rather, the user has to click on the product again and then proceed to sign up. Is there a way to do is so that the correct item is selected instead of making the user click again?
Maybe adding this to the link to the signup page? /amember/signup/?product_id=5-9 You can get the product ID by doing a view source of the signup page. David