Disclaimer: This site is moderated by the Formidable Forms community. Formidable Forms and its parent company Strategy11 are not responsible for the words, opinions, and content posted by others on this site. This site is provided as a courtesy and free resource for the Formidable Forms Community. Any actions deemed as harassment, toxic or abusive, will result on being banned from this site and potentially losing your Formidable Forms license.
Thanks for your cooperation, if you have any questions please
consult our code of conduct
Everything you list looks fine. What is happening on the date?
it sends a costom reminder mail, but only if i dont Ignore the Send Email “notification” - Trigger this action when - Entry is created, Entry is updated
Hi Johnny,
The form action automation uses cron jobs to run the automated actions.
In WordPress cron jobs are managed by WP-Cron. Several WordPress core features, such as checking for updates and publishing scheduled post, utilize WP-Cron.
WP-Cron works by checking, on every page load, a list of scheduled tasks to see what needs to be run however if no-one is visting your site to load pages, WP-Cron will not run and the automated email will not be sent exactly when you need it.
This may be whats causing the automated email not to be sent. It's work testing by setting a date and then 6 hours after said date, visit the website to see if the email gets generated.
If your hosting provider allows it you can create cron jobs to run directly from the server and by-pass WP-Cron which means they'll be sent exactly when you need and won't rely on any users visiting your site.
Chris
Hi Chris
I have made some systems that can be customized at user level with over 100 users
I am daily on the site but requires that you are logged in to the individual user to update it ?
Johnny
No. Just whenever the page is active on the internet by anyone. If it goes idle, wp-cron will not run. That's why a manual cron job is required. If you are in windows environment you can use the task scheduler to hit wp-cron.