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

When user fill the registration form he should get the email like thank you

Simple Membership Plugin › Forums › Simple Membership Plugin › When user fill the registration form he should get the email like thank you

Tagged: email, form, form builder, mail

  • This topic has 9 replies, 2 voices, and was last updated 9 years, 8 months ago by mbrsolution.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • August 31, 2016 at 11:52 am #8054
    deepak
    Participant

    When user fill the registration form he should get the email like thank you for registration for a membership.

    August 31, 2016 at 10:42 pm #8065
    mbrsolution
    Moderator

    Hi, are you referring to free or paid membership signup? If it is the free membership signup then the member will not receive a thank you e-mail unless you are using the Form Builder add-on.

    If you don’t want to purchase the Form Builder add-on then you can redirect the new member to a thank you page using the following function.

    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);
    } 
    September 2, 2016 at 5:17 am #8096
    deepak
    Participant

    If i purchase the form Builder add-on then when new user do registration then he will get an email like thank you for registration for new membership

    September 2, 2016 at 8:32 am #8101
    mbrsolution
    Moderator

    Yes, the Form Builder add-on has two options.

    Confirmation = After someone submits a form, you can control what is displayed. By default, it’s a message but you can send them to another WordPress Page or a custom URL.

    Notification = When a user submits their entry, you can send a customizable notification email.

    September 2, 2016 at 8:47 am #8104
    deepak
    Participant

    Hi,

    If some one is already register with email id then again he is doing registration then he should get and error like you are already register with these email id

    September 2, 2016 at 8:53 am #8106
    mbrsolution
    Moderator

    Yes, that is correct.

    September 6, 2016 at 5:34 am #8156
    deepak
    Participant

    HI,

    I want to add a fields Name, Phone, email, City, Country in the registeration form.
    can we implement into a free version of plugin.

    September 6, 2016 at 6:53 am #8157
    mbrsolution
    Moderator

    Hi, unfortunately no. You need the Form Builder add-on to add extra fields to the registration form.

    Regards

    September 7, 2016 at 5:00 am #8162
    deepak
    Participant

    Hi,

    When the user fill the registration form then he get the mail, so in mail from section WordPress, i want to replace the word WordPress with the client name.

    can we do it

    September 7, 2016 at 5:39 am #8163
    mbrsolution
    Moderator

    Hi, please check the following documentation. Let me know if this is what you are referring to.

    Thank you

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