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

Registration form refreshes with no success message

Simple Membership Plugin › Forums › Simple Membership Plugin › Registration form refreshes with no success message

  • This topic has 3 replies, 3 voices, and was last updated 9 years, 4 months ago by bryan8.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • December 1, 2016 at 7:40 am #9042
    owen
    Participant

    I’ve created a membership form using the form shortcode – http://cf24jiujitsu.co.uk/register/

    When people fill out and submit the form, the page refreshes with the forms still filled in, but not message to state that the process was successful. Is this supposed to happen? Is there a page I can set the form to redirect to in order to say something like “your registration request has been received, we’ll be in touch shortly.”?

    December 1, 2016 at 9:13 am #9044
    mbrsolution
    Moderator

    Hi, please read the following documentation in regards to the registration process.

    You can use the following code to redirect a person after they submit the registration form.

    You can add the following function to your theme functions.php file.

    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);
    }
    December 1, 2016 at 9:45 am #9045
    owen
    Participant

    Thank you! That’s worked perfectly! 🙂

    December 2, 2016 at 12:34 pm #9059
    bryan8
    Participant

    thanks, I needed this too

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 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