sanjuacharya77
Forum Replies Created
-
Hi @toptentraveltips,
Thanks for writing in. Could you please provide me with a screenshot of the settings you configured for the redirection, as well as the URLs of the registration and login forms? I will test them and get back to you accordingly.Regards!
Hi there,
Since we did not get a response from you, we are marking this topic as resolved. We believe the issues mentioned here are now resolved. Please create a new support thread if needed.Thanks!
Hi @lind22,
Could you please provide me with the URL of the form and a screenshot of the email settings? Also, please refer to this documentation guide to resolve the email delivery issue: https://docs.wpuserregistration.com/docs/why-are-emails-not-being-delivered/
Do let us know and I will get back to you.
Regards!Hi @auntienette333,
Thank you for writing in. The User Registration plugin offers a content restriction feature that allows you to restrict pages or posts based on field data, including the country field. This is a premium feature. Unfortunately, we can’t discuss premium features here as this channel is for free users. Could you please reach out to us directly through our chat support: https://wpuserregistration.com/? Someone from the team will get back to you.Best regards!
Hi @caesarsamsi,
The entries data for Everest Forms is stored in the evf_entries table. Over 8,000 spam entries were generated due to Captcha being disabled. To remove them directly from the database, follow these steps:- Access your WordPress database using phpMyAdmin or any other database tool.
- 2. Locate the evf_entries table.
- Identify spam entries manually or by using SQL queries targeting patterns (e.g., keywords or email domains)
- Run an SQL query to delete spam, e.g.:
DELETE FROM evf_entries WHERE field_values LIKE '%spamKeyword%';
5. Backup your database before deleting
Let us know whether it works for you or not and I will get back to you.
Regards!Hi @cesarewp,
Thanks for writing in. It seems like you’re using the plugin’s premium feature.We are unable to address questions about the paid version here on www.remarpro.com, as it is a support forum for the free version. Kindly contact us through the WPEverest Account page.
Regards!Hi @1prosopo,
Thanks for reaching out and for your interest in integrating Prosopo with our plugin! However, this channel is specifically for support queries.For collaboration proposals or pull request discussions, could you kindly contact us via this form: https://everestforms.net/contact/, and our respective team will get back to you.
We look forward to hearing from you there.
Best Regards!
Hi @radaarshin,
The free version of the User Registration plugin does not impose any limits on the number of users who can register. You can accommodate more than 3,000 users on your site without any restrictions.
Regards!Hi @motk88,
Thank you for writing in. Currently, it is not possible to change the h3 tag to h4. However, we can provide custom CSS to adjust the font size.Here is the custom CSS:
.evf-field-title h3 {
font-size: 40px !important;
font-weight: bold!important;
}Alternatively, you can use the HTML field as well, where you can directly add the h4 tag in the code section. For more details, please check this documentation: https://docs.everestforms.net/docs/additional-premium-fields/#custom-html
Let us know if this works for you, and we will get back to you.
Regards!
Hi @analiaserafiniv,
If emails are not working for @novartis.com, your email server might be blocking them, as we do not have a feature that blocks specific domains. Could you please contact the hosting provider about this? They will help you with this.Do update us if you get any feedback from the hosting team and I will get back to you accordingly.
Regards!Hi @treetex,
Since we haven’t heard from you in a while, I’m going to go ahead and conclude this thread for now. However, if you have any further questions or if there’s anything else we can assist you with, please feel free to continue the conversation.Regards!
Hi @wowoy,
For the date picker issue, could you please go to your dashboard >> appearance>> customize >> additional CSS and add the following CSS code to fix your issue.select.flatpickr-monthDropdown-months {
display: inline-block !important;
}
Do let us know whether it works for you or not and I will get back to you.
Regards!Hi @extsol,
Could you please add this code:if ( is_user_logged_in() ) {$current_user = wp_get_current_user(); // Retrieve the current logged-in user
$account_status = get_user_meta( $current_user->ID, ‘ur_confirm_email’, true );if ( $account_status !== ‘true’ ) { // If the registration status is not ‘true’
echo ‘<style>
.your-button-class {
display: none;
}
</style>’;
}
}
Do let us know whether it works for you or not and I will get back to you.
Regards!Hi @dindludovic,
Thanks for writing in. Unfortunately, this is not possible with our plugin, as it is designed specifically for registration purposes. The registration forms cannot be added to the Account page because users cannot register multiple times. The Account page (Member area) is accessible only after a user has logged in.
Regards!Hi @treetex,
Sorry for delay. I tested this by installing version 1.8.6 (approximately 1 to 1.5 years old) and registered a user. After updating to the latest version, I was able to log in using the email without any issues. I’ve also included a recording of my test for your reference: https://www.awesomescreenshot.com/video/32043841?key=4abc0c990405c8a7a88d8b3ee0b1e137
Since I’m unable to replicate the problem, So I assume, it might be due to a plugin conflict in you site. Could you please deactivate all other plugins except for User Registration and check if the issue persists? I’ll follow up once you’ve tested that.
Regards!