Membership Plugin

WordPress Membership Plugin

  • Home
  • Documentation
  • Addons
  • Support
    • Quick Setup
    • Documentation
    • Premium Addon Support
    • Paid Support
    • Support Forum
    • Support Forum Search
    • Forum Login
    • Forum Registration
  • Contact

No Redirect after Registration

Simple Membership Plugin › Forums › Simple Membership Plugin › No Redirect after Registration

Tagged: Registration

  • This topic has 4 replies, 2 voices, and was last updated 10 years, 1 month ago by mbrsolution.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • June 22, 2016 at 9:59 pm #7250
    reidhorton
    Participant

    Hello,

    https://www.napatechnology.com/membership-join/

    When someone registers, it just refreshes this page…with no success message or anything…How do i redirect the REGISTRATION, so they can just go right to /selfhelp

    Thank you!!!

    June 22, 2016 at 11:06 pm #7252
    mbrsolution
    Moderator

    Hi, you can add the following code to your functions.php file. It is preferably to use a child theme set up for this.

    add_action('swpm_front_end_registration_complete', 'sam_after_registration_redirection');
    function sam_after_registration_redirection()
    {
    $url = 'http://www.yourwebsite.com/thank-you/';//TODO - Specify the URL that you want to redirect to
    wp_redirect($url);
    }

    Alternative if you are already using the Form Builder Add-on then you have the option to redirect a member after the registration is complete.

    June 23, 2016 at 9:58 pm #7256
    reidhorton
    Participant

    ok, i bought the form add-on…and now NOTHING WORKS!!

    PLEASE HELP.

    I paid $40 for this to work…not to keep going in endless loops.

    I only have 1 level, and its called CURRENT CUSTOMER. I dont want free accounts.

    PLEASE HELP ASAP!!!!!!

    June 23, 2016 at 10:11 pm #7257
    reidhorton
    Participant

    ok…it appears to be working…but can you please double check for me?

    June 23, 2016 at 10:41 pm #7258
    mbrsolution
    Moderator

    Hi, if you bought the Form Builder Add-on, did you also add the function I shared above? If you did please make sure you remove this function as it is not needed anymore because you are using the Form Builder Add-on functionality.

    Is everything working correct now for you? Did you run a test yourself?

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Log In

Please read this message before using our plugin.

Search

Featured Addons and Extensions

  • Membership Form Builder Addon
  • Member Directory Listing Addon
  • WooCommerce Payment Integration
  • Member Data Exporter Addon

Documentation

  • Documentation Index Page

Copyright © 2026 | Simple Membership Plugin | Privacy Policy