Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Whitecom,

    Two Login shortcode in same page may create conflicts. Instead using two login. You may try “redirect_field” attribute in your page. That will redirect user to particular page based on a specific custom field value. For example: If you have a custom field call account type and 2 values called dealer and employee. You could use the following shortcode.

    [login redirect_field='Account Type' redirect_array_string='Dealer = https://mysite.com/dealer-resources/, Employee = https://mysite.com/employee-resources/']
    

    Thank you

    Thread Starter whitecom

    (@whitecom)

    Thanks! I will try that ??

    I’m setting up a member website with male and female components. Would like for the women to go to the women’s pages and the men’s to the men’s. I can get this to work with the login but how would you make it work with the login toggle shortcode?

    Good question Esarbege, do you have a solution for this @etoilewebdesign?

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi @esarbege and @josteinf,

    Login-logout-toggle doesn’t support array for different login depending on field type. It has only two attribute login_redirect_page and logout_redirect_page, which support for login redirect and logout redirect.
    Thank you

    Okey, thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Two logins redirected to two different places’ is closed to new replies.