You are here: Home
Support site for Tips and Tricks HQ premium products
I used this code on the registration pages [wp_eMember_registration_form_for level=1] on one page [wp_eMember_registration_form_for level=2] on the other.
Thanks for you help.
Yes, I just want to customize the login widget code and use a different registration link there? Like this:
<?php echo EMEMBER_JOIN_US;?>
<?php echo EMEMBER_JOIN_US_2;?>
I have two free accounts setup. One called Advantage and one called Agents.
I have two pages with the login widget attached, one called Advantage login one called agent login.
I have two registration forms setup, one called Advantage one called agent.
The problem is when you click register on the login screen of either page the link leads to only one of the registration page. I want the link to led to the appropriate place for that member type.
Like this:
Advantage login screen – if you click the register button – Advantage registration page
Agent login screen – if you click the register button – Agent registration page
Two separate paths.