You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the most-requested feature for the plugin.
Settings page
Create a Gravity Forms global settings tab for Gravity Forms Zero Spam
The page should have three settings:
How frequently should spam report emails be sent? Daily, Weekly, Monthly, or Spam Entry Limit
If Spam Entry Limit is selected, show a number field, minimum 1. with the description "A spam report email will be sent when the number of spam messages reaches this number."
"Send spam report to:" email input type. The default address should be set to the site administrator.
Create a cron
Create a cron based on the settings
The cron should create the email report and send it to the email defined in the setting.
Generate email
Generate an email template
The email should be filterable for the subject line and content template. Variables should be replaced with live data.
Message subject:
Your Gravity Forms spam report for {{site_name}}
Message body:
<h2>Spam report</h2>
You have received {{total_spam_count}} spam emails across the following forms:
{{spam_report_list}}
To turn off this message, visit {{settings_url}}.
{{spam_report_list}} should be a <ul> list of forms that have spam messages, in the following format (assume repeating <li>s:
This is the most-requested feature for the plugin.
Settings page
The page should have three settings:
email
input type. The default address should be set to the site administrator.Create a cron
The cron should create the email report and send it to the email defined in the setting.
Generate email
The email should be filterable for the subject line and content template. Variables should be replaced with live data.
Message subject:
Message body:
{{spam_report_list}}
should be a<ul>
list of forms that have spam messages, in the following format (assume repeating<li>
s:The text was updated successfully, but these errors were encountered: