Jade
Forum Replies Created
-
Hello @kruddock,
It looks like the code you have added seems correct. But when you get the chance, can you please share the link to the page where we can see the form in question?
That way, we’ll be able to check if there’s anything in the code that can be changed in order for it to work.
Thank you.
Hi @alexander933,
Currently, WPForms doesn’t have the feature that you have mentioned. I’ve made a note of the feature request and we’ll keep it on our radar to be reviewed as we plan out our roadmap for the future.
In case it helps, you might be able to find some information for referral plugins here.
Thank you for the suggestion!
Hi @aevdh,
I’m sorry to hear that you’re having issues with email delivery.
To troubleshoot the issue, you can check that your form notification settings are configured correctly by following our tutorial.
If your notification settings are correct, the issue is likely because the emails sent from WordPress are not authenticated (unlike emails sent from dedicated email service providers). As a result, they are likely to be filtered by the receiving mail server.
To resolve email delivery issues like this, you can configure a SMTP plugin on your site so that emails are sent as authenticated. We have an article with a list of recommended SMTP options and links to their setup tutorials.
I hope this helps 🙂
Hello @carolineelle,
When you get the chance, can you please check the From Name setting in the Form Builder > Settings > Notification? Please check this screenshot for reference.
It is possible that you have this setting to the smart tag of a field in the form which is why the from name of the email is set to the person submitting the form. If so, please feel free to change it to any name you prefer.
You can also find more information about the email notification settings here.
I hope this helps.
Hi @arlingtoner,
Is there a chance that you can post here the custom code that you have so that I can have a look and try it in my local setup to see if I will be able to replicate the issue you are having?
Kindly wrap the code you will post between the
<pre></pre>tag.Thank you.
Hi @palmont,
We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!
Hi @andpercent604,
We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!
Hello @boardboss,
Thanks for writing in and our apologies for the wait.
Kindly follow the steps below but before doing anything, please make sure to backup your database so that you can easily roll back just in case something goes wrong.
To remove all WPForms data including
wp_wpforms_tasks_metatable:- Reinstall WPForms Lite plugin
- Check “Uninstall WPForms” checkbox under
wp-admin/admin.php?page=wpforms-settings&view=misc - Save Settings
- Deactivate and uninstall WPForms Lite plugin
To remove Action Scheduler tables (proceed with caution since it’s a shared library and can break other code):
- After removing WPForms Lite, go to this page to download the latest version of the Action Scheduler plugin by clicking on the “Source code (zip)” link.
- Install and activate the downloaded Action Scheduler zip in WordPress > Plugins.
- Go to Tools > Scheduled Actions or use the
wp-admin/tools.php?page=action-schedulerURL to make sure no other actions except wpforms` are scheduled. - If actions from other plugins/themes/custom code is present, Action Scheduler tables should not be removed because it will likely break other code.
- If there are still wpforms’ actions and no other actions, delete all wpforms’ actions.
- Deactivate and remove Action Scheduler plugin.
- Remove Action Scheduler tables from DB via phpMyAdmin or other DB management tools.
I hope this helps.
Hi @gbwork,
I apologize, but I’m not sure I understand your question. When you get a chance, could you please share more details, or possibly an example of what you’re looking to do?
Thank you.
Hello @sogofactory,
Are you trying to change the validation message for the checkboxes selection limit?
If so, you actually do not need a custom code for that. All you need to do is make the changes in WPForms > Settings > Validation.
We have a full tutorial on how to do that here.
I hope this helps.
Hello @roman959,
Please follow this guide here as it should provide you with more details.
I hope this helps!
Hi @aphiwam,
We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!
Hi @mcshore,
We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!
Hi @n00b82,
When you get the chance, could you please try using the steps in WPBeginner’s detailed guide on troubleshooting WordPress to see if it helps resolve the issue?
Thank you.
Hi @palmont,
I’m sorry to hear that you’re having issues with email delivery.
To troubleshoot the issue, you can check that your form notification settings are configured correctly by following our tutorial.
If your notification settings are correct, the issue is likely because the emails sent from WordPress are not authenticated (unlike emails sent from dedicated email service providers). As a result, they are likely to be filtered by the receiving mail server.
To resolve email delivery issues like this, you can configure a SMTP plugin on your site so that emails are sent as authenticated. We have an article with a list of recommended SMTP options and links to their setup tutorials.
I hope this helps 🙂