I would like to have a new sign up be redirected to the payment form. I assume the easiest way is allow the person to fill out the sign up form, have them login, and redirect them to the upgrade membership page if their membership level is set to standard.
For the life of me, I cannot find anywhere in the code where I can add,
if(membershiplever == 'Standard') { redirect me to the upgrade membership page. }
Has anyone else found this solution or a similar solution which would still accomplish what I want.
Thank