Sandip Pokhrel
Forum Replies Created
-
Hi @ericbourges
Thanks for writing back,
In order to redirect the user’s to another page after registration, you can go to the form’s settings and in General Settings you can find the option to insert the Redirection URL after registration.
Could you please provide me the URL of the page where the registration form popups? I will check on this matter and get back to you.Regards!
Hi @bartdiaz
Thanks for writing back, Since this issue is not being replicated in our testing sites, this might be a plugin conflict. Would you please check once? For this, deactivate all the plugins except User Registration and then see if the issue occurs or not. If not, activate the plugins one by one to know the faulty one and let us know the result. Regards! WPEverest Support Team.
Hi @ericbourges
Thanks for writing in,
Do you want to redirect the users to a certain page after registration?
Please describe your requirement in detail?Regards!
WPEverest Support Team.Thanks for writing in,
If possible, would you please provide us the registration URL of your site? We will then check on this matter and get back to you ASAP.
Regards!
WPEverest Support Team.Hi @amsssc
Thanks for writing in,
Would you please provide us the registration form’s URL? We will check it once and let you know other details.
Regards!
WPEverest Support Team.Hi @amsssc
Thanks for writing back,
We are glad we could help you out. Please let us know if you have any other questions.
Regards!
WPEverest Support Team.Thanks for writing back,
Dear user, we are really sorry to let you know this feature is not available currently in the free version of the plugin.
Sorry for the inconvenience caused.
Please let us know if you have any other questions.Regards!
WPEverest Support Team.Hi @bartdiaz
Thanks for writing in,
Please write the HTML scripts in ‘Text’ tab while creating the email contents. This way you can generate the the HTML format. Please check the link below that shows how we are doing it.
https://encl.io/t/Vfrw4NBJj6A#f1Tb588IyeNNt28Nf9eXsQ
Please let us know if this doesn’t help you.Regards!
WPEverest Support Team.Thanks for the review,
We, Nepalese, were celebrating our biggest festival ‘Dashain’ which is basically a nine day festival celebrated with our family and friends. During this period, everyone in Nepal enjoys one week holiday.
Since we were on a week holiday, we were trying our best to cover important support tickets and in this process your ticket was delayed for a time being. We are really sorry for the inconvenience caused.
We have now resolved your issue and sent you an email reply. Would you please once check and confirm?
We hope you understand our situation and help us by increasing your rating for this plugin. It would be a great help from your side.
Once again, we are really sorry for the unintentional delay.Regards!
WPEverest Support Team.Hi @amsssc
Thanks for writing back,
Please try using the following code:
.ur-frontend-form.ur-frontend-form--flat{ width: 50%; margin: 0 auto; }
Regards!
Hi @montino
Thanks for writing in,
Please go to: Appearance > Theme Editor and then add the following codes on functions.php file of your theme.
add_filter( 'user_registration_response_array',function( $response_array, $form_data, $form_id ){ if( is_array($response_array) && !empty($response_array) ) { foreach($response_array as $key => $message ){ if('Password should not match with Username or Email address.' === $response_array[$key]){ $response_array[$key] = __('your custom message','user-registration'); } } }
I hope this helps.
Regards!
WPEverest Support Team.Thanks for writing in,
1. We are sorry to let you know that the feature you are asking is not associated with this plugin.
2. For this, please refer to the documentation in the link below.
https://docs.wpeverest.com/user-registration/docs/how-to-create-a-logout-lost-password-change-password-link-in-your-menu-using-user-registration/
I hope this helps.
Please let me know if you have any other questions.Regards!
WPEverest Support Team.Thanks for writing in,
Please go to: User Registration->Settings->Email and then disable the email option that you don’t like to be sent. For more on this, please refer to the documentation in the link below.
https://docs.wpeverest.com/user-registration/docs/customize-email-content/
I hope this helps.Regards!
WPEverest Support Team.Hi @ebeauty
Thanks for writing back,
Regarding your issue, since we were unable to replicate it in numerous attempts, it will need our developer’s attention. So, could you please contact our developer’s team via this form: https://wpeverest.com/contact/.
Once you do so, they will get back to you ASAP.Regards!
Hi @ebeauty
Thanks for writing in,
We tried to replicate this issue over here but we were unable to do so. Would you please once do plugin conflict test? If the problem still persists, please let us know.
Regards!
WPEverest Support Team