sanjuacharya77
Forum Replies Created
-
Hi @gunivortus,
Thanks for writing in. Please make sure that you have chosen “Email Confirmation to login” in the individual form setting too. For more help please refer to this screenshot: https://prnt.sc/wo0nqe. Let me know whether it helps or not and I will get back to you.
Regards!
Hi @justinkkl,
Thank you for the URL. Please add the given custom CSS in the additional CSS section and it will do a trick. Here is the CSS code
.flatpickr-months .flatpickr-month, .flatpickr-current-month { height: 45px !important; }
You can find the additional CSS box in your theme customization option. Click on Appearance > Customize and then scroll a bit and you will see the Additional CSS box. Let me know whether it helps or not and I will get back to you.
Regards!
Thanks for writing in. The “Edit Mapping” button will work only after you select the form on that respective MailChimp list. For more help please refer to this screenshot: https://prnt.sc/wnzu73. Let me know whether it helps or not and I will get back to you.
Regards!
Hi @jacobcowan,
Thank you for the wonderful review. We put customer experience and satisfaction as our priority. So thanks for your kind words and we look forward to seeing you again. Have a great day ahead π
Best Regards!
Hi @holytomas,
Thank you for the 5-star review. We really appreciate it. Have a great day ahead π
Hi @lucasl9,
Thank you for the information in the details. Please add the given code to your current theme functions.php file and it will do a trick.
Here is a code:
add_action( 'user_registration_after_register_user_action', 'ur_update_role', 10, 3 ); function ur_update_role( $valid_form_data, $form_id, $user_id ) { global $table_prefix; $assign_roles_list = array(); if( isset( $valid_form_data['billing_ie']) && !empty( $valid_form_data['billing_ie']->value ) ) { array_push( $assign_roles_list, 'ie' ); } if ( ! empty( $assign_roles_list ) ) { // Re-ordering roles according to priority. $user_roles_list = ur_get_default_admin_roles(); foreach ( $user_roles_list as $key => $value ) { if ( ! in_array( $key, $assign_roles_list, true ) ) { unset( $user_roles_list[ $key ] ); } else { $user_roles_list[ $key ] = true; } } $field_name = $table_prefix . 'capabilities'; update_user_meta( $user_id, $field_name, $user_roles_list ); } }
Let me know whether it helps or not and I will get back to you.
Best Regards!
Hi @psdtowpservice,
Thank you for the information in detail sorry but it is not possible to turn off the βuser_registration_β prefix from the form meta key name. The field will store the value as any other extra fields after the registration. whenever a field value is stored in the database, the values are stored in the meta key but the name of the meta key is changed a bit. A prefix “user_registration_” is added to it.
Let me know if you have any other queries and I will get back to you.
Thanks and Regards!
Hi @huy1337,
For the style customization of the registration and login form, we do have a style customizer add-on. Learn more about the feature here: https://docs.wpeverest.com/user-registration/docs/user-registration-style-customizer/
Let me know if you have any other queries and I will get back to you.
Thanks and Regards!
Hi @zlukovic,
Thank you for the 5-star review. We really appreciate it. Have a great day ahead π
Thanks and Regards!
Hi @mcap6,
Thank you so much for an awesome review. The development team is happy to hear such good thoughts from you. We really appreciate it and we will try to maintain the standard of the plugin and support the same that we have made it today.
Thank you so much for such motivating feedback.
Have a great day. πRegards!
Hi @gunivortus,
I recommend you to follow this documentation to hide the default login and use the User Registration’ plugin. Here is the link to reach the documentation: https://docs.wpeverest.com/user-registration/docs/how-to-hide-the-wordpress-default-login-page-and-use-user-registration-login-page/
Let me know whether it helps or not and I will get back to you.
Thanks and Regards!
Hi @dannelson20,
Thank you for the 5-star review. We really appreciate it. We put customer experience and satisfaction as our priority, and your review confirms the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.
Thanks and Regards!
Hi @andresira97,
Thank you for the 5-star review. We really appreciate it. We put customer experience and satisfaction as our priority, and your review confirms the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.
Thanks and Regards!