• Resolved ericampleman

    (@ericampleman)


    Hi,
    I just setup a client space on my site, everything works perfectly!

    But I would add a second for a different type of customers. My problem is in the “redirect_to” function. It should go to the right section when connected.

    Is it possible to have the code?

    Actually for my fist section :

    <input type="hidden" name="redirect_to" value="url-of=the=1st-section" />

    https://www.ads-software.com/plugins/ft-quicklogin/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author MoxyPress

    (@flarethemes)

    Hi ericampleman,

    You can redirect to any page after the following actions;

      Login
      Registration
      Lost Password Request

    To change the redirect on login you will need to edit ft-quicklogin-box.php Line 47

    before
    <input type="hidden" name="redirect_to" value="<?php echo fql_get_current_url() . '#fql-box-message-login'; ?>" />

    after
    <input type="hidden" name="redirect_to" value="/blog" />

    Just change ‘/blog’ to the page you want to redirect to.

    We have recently taken over this plugin and I am not the original developer but I will be adding add a few more plugin options and custom redirect is one of them.

    For the time being, this method will work.

    Thread Starter ericampleman

    (@ericampleman)

    Perfect!
    Thanks for your solution!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Create two customer sections in the same page’ is closed to new replies.