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.
-
AuthorPosts
-
August 31, 2016 at 11:52 am #8054
deepak
ParticipantWhen 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 #8065mbrsolution
ModeratorHi, 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 #8096deepak
ParticipantIf 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 #8101mbrsolution
ModeratorYes, 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 #8104deepak
ParticipantHi,
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 #8106mbrsolution
ModeratorYes, that is correct.
September 6, 2016 at 5:34 am #8156deepak
ParticipantHI,
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 #8157mbrsolution
ModeratorHi, 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 #8162deepak
ParticipantHi,
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 #8163mbrsolution
ModeratorHi, please check the following documentation. Let me know if this is what you are referring to.
Thank you
-
AuthorPosts
- You must be logged in to reply to this topic.