Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Sayan Datta

    (@infosatech)

    Sorry I can’t understand what you want to say.

    Thread Starter JustDoIt123

    (@enjakcom)

    please see this scressnshot: http://prntscr.com/mepbnu

    i meaan change from select list to input field for URL after login redirect

    Thread Starter JustDoIt123

    (@enjakcom)

    i mean : custom url for After Login Redirect to:

    Plugin Author Sayan Datta

    (@infosatech)

    You can do it via some custom coding:

    function wpar_add_custom_redirect_after_login() {
        return 'https://custom url';
    }
    
    add_filter( 'fbak/account_kit_sms_login_success_url', 'wpar_add_custom_redirect_after_login' );
    
    add_filter( 'fbak/account_kit_email_login_success_url', 'wpar_add_custom_redirect_after_login' );

    Add this codes to the end of your currently active theme’s functions.php file and specify the custom url where you want to redirect after a successful login.

    Thanks!

    • This reply was modified 5 years, 2 months ago by Sayan Datta.
    Thread Starter JustDoIt123

    (@enjakcom)

    thanks , why dont you add option custom url like this : http://prntscr.com/meqc8t

    Plugin Author Sayan Datta

    (@infosatech)

    I will try to add this in the next release. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change field : After Login Redirect to to “text input”’ is closed to new replies.