Skip to content

BrightLeaf Digital

BrightLeaf Digital
  • Home
  • Gravity Forms Plugins
    • Integrate Asana with Gravity Forms
    • Mass Email Notifications for Gravity Forms
    • Global Variables
    • Recurring Form Submissions
    • Folders4Gravity
    • GravityOps Search
  • Docs
  • Snippet Library
  • Blog
  • Contact Us
BrightLeaf Digital
  • Home
  • Gravity Forms Plugins
    • Integrate Asana with Gravity Forms
    • Mass Email Notifications for Gravity Forms
    • Global Variables
    • Recurring Form Submissions
    • Folders4Gravity
    • GravityOps Search
  • Docs
  • Snippet Library
  • Blog
  • Contact Us

BL Digital Guidelines & Policies

2
  • Using the Plugin on a Client Site
  • BrightLeaf Digital Refund Policy

Integrate Asana with Gravity Forms

29
  • Getting Started
    • Integrate Asana with Gravity Forms — Welcome & Overview
    • Finding the Plugin in Your Dashboard
  • Setup
    • Connect Asana (OAuth)
    • Create Your First Feed (5-Minute Quickstart)
  • Settings Reference
    • Feed Settings — Name, Conditional Logic & Trigger
    • Asana Task Settings Reference
    • Feed Triggers
    • Mapping Custom Fields
    • Workflow Steps — Create Task
    • Workflow Steps — Update Task
  • How-to Guides
    • Use Conditional Logic to Route Tasks
    • Choosing the Right Feed Trigger
    • Attach File Uploads to Tasks
    • Use Asana Custom Fields as Automation Signals
    • Workflow Steps: Create Task
    • Workflow Steps: Update Task
  • Troubleshooting
    • Basics
    • Reconnecting / Resetting Credentials
    • Task Creation Failed → Backup Task Behavior
    • Items Not Showing in Drop-downs
    • Feed Page Unavailable
    • Task Description Caused Errors
    • Duplicate Tasks
  • Explanations & Concepts
    • OAuth and Scopes
    • Permissions & Workspaces
    • How Feeds Run
    • Performance Considerations
  • Changelog/Roadmap
    • Changelog
    • Roadmap

Mass Email Notifications for Gravity Forms

44
  • Getting Started
    • Mass Email Notifications — Welcome & Overview
    • Finding the Plugin in Your Dashboard
    • Before You Begin: Email Limits & SMTP
    • How Batches Are Created & Sent (5-Minute Delay)
    • Recommended Setup Pattern — Master Control Notification Form
  • Setup
    • Configure Global Send Limits (Throttling)
    • Create Your First Feed (5‑Minute Quickstart)
    • Using a GF Notification as Your Email Template
    • Schedule Batches for a Future Date
  • Settings Reference
    • Global Settings — Limits Reset Rules, Old Batch Cleanup, Cron Toggle & Next Run
    • Unsubscribe Settings (Free Version)
    • Unsubscribe & Preferences Settings (Premium Version)
    • Feed Settings — Name, Label, Dedupe, Completion Email
    • Choose Target Form & Email Field
    • Email Settings — From, Reply-To, Subject, Message, Merge Tags
    • Unsubscribe & Preferences Merge Tags Reference
    • Merge Tag Fallbacks & CSV Column Mapping
    • Schedule Based on Date Field
    • Conditional Logic — Feed Form vs. Target Form
    • CSV Ingestion
  • How‑to Guides
    • Send an Update to Everyone Who Used Another Form
    • Create a User Preferences Form (Premium)
    • Using Target-Form Merge Tags
    • Segment Recipients with Target-Form Conditional Logic
    • Import a CSV List and Personalize with Merge Tags
    • Build a Front-End “Trigger” Form for Non-Admin Staff
    • Use Populate Anything for Dynamic, Person-Specific Emails
  • Troubleshooting
    • Basics
    • Batches Not Sending / Cron Not Running
    • Preview Shows 0 Recipients with Target-Form Filters (Premium)
    • Troubleshooting Unsubscribe & Preferences Issues
    • Hitting Rate Limits
    • Emails Going to Spam
    • Entries/Batches Missing After Deletions
  • Explanations & Concepts
    • Understanding the Unsubscribe and Preferences System
    • How Batching & Cron Work
    • Throttling Models Explained
    • Deduplication Strategy
    • Batch Statuses & Actions
    • What Gets Logged
    • Limitations & Design Trade‑offs
    • Security & Permissions Considerations
  • Changelog / Roadmap
    • Changelog
    • Roadmap

GravityOps Search

5
  • The Display Attribute
  • Nesting Shortcodes
  • Using Search Operators
  • Multi-Input Field Support
  • General Notes
View Categories
  • Home
  • Docs
  • Mass Email Notifications for Gravity Forms
  • Troubleshooting
  • Troubleshooting Unsubscribe & Preferences Issues

Troubleshooting Unsubscribe & Preferences Issues

If your unsubscribe or preferences setup isn’t working as expected, use the following guide to identify and fix common issues.


1. Unsubscribe Link Leads to 404 or Blank Page #

Cause: The landing page URL is missing, incorrect, or private.

Fix:

  • Double-check the Landing Page URL or Unsubscribe Page URL in your settings.
  • Ensure the page is published and publicly accessible (not set to draft or private).
  • If using the Gravity Form method, verify the page contains the correct form.

2. Email Address Not Prefilling on Preferences Form #

Cause: The Email Field in your form isn’t mapped correctly.

Fix:

  • Go to Mass Email → Settings → Unsubscribe Settings and confirm you selected the correct Email Field.
  • Make sure your form includes a valid Email field (type must be Email).

3. User Not Appearing in Unsubscribe List #

Cause: The unsubscribe link didn’t register, or the action wasn’t processed yet.

Fix:

  • Refresh the View Unsubscribed modal.

4. Gmail Unsubscribe Button Not Showing #

Cause: Gmail decides whether to display the unsubscribe option based on multiple factors.

Fix:

  • Confirm Add Unsubscribe Headers is enabled.
  • Make sure Gmail can reach your unsubscribe URL (this will not work on localhost or private servers).
  • Gmail may hide the button for transactional emails or senders with low reputation.
  • Some SMTP or security plugins can strip required headers; test by disabling them temporarily.
  • Note: this feature is experimental and may not appear even if configured correctly.

5. Merge Tags Not Resolving #

Cause: Merge tags are used incorrectly or in the wrong context.

Fix:

  • Verify that you’re using the correct merge tags:
    • {menfgf_unsubscribe_url} and {menfgf_unsubscribe_link} – available unless the method is set to automatic footer.
    • {menfgf_unsubscribe_form_url} and {menfgf_unsubscribe_form_link} – available only when the Gravity Form method is selected.
  • Make sure merge tags are inserted in the feed message body and not in form fields or other plugins.
  • Save and refresh the feed after adding merge tags.

6. Users Can’t Be Resubscribed #

Cause: Free version limitation or permissions.

Fix:

  • Free users cannot resubscribe recipients once unsubscribed.
  • Premium users can remove them using Remove or Remove All buttons inside the View Unsubscribed modal.

8. Unsubscribe Headers Present But Not Working #

Cause: Email clients handle unsubscribe headers differently.

Fix:

  • Verify headers are added (check via email source in Gmail → Show Original).
  • Confirm the link within the header is valid and publicly accessible.
  • Understand that not all clients show this button; some ignore unsubscribe headers entirely.

9. Still Stuck? #

If the problem persists:

  • Temporarily disable other email-related plugins and retest.
  • Enable WordPress debug mode and check logs for errors related to Gravity Forms or Mass Email Notifications.
  • Contact support with screenshots of your Unsubscribe Settings panel and form setup.

By checking each area above, most unsubscribe or preferences issues can be resolved without needing advanced debugging.

Updated on October 15, 2025

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Preview Shows 0 Recipients with Target-Form Filters (Premium)Hitting Rate Limits
Table of Contents
  • 1. Unsubscribe Link Leads to 404 or Blank Page
  • 2. Email Address Not Prefilling on Preferences Form
  • 3. User Not Appearing in Unsubscribe List
  • 4. Gmail Unsubscribe Button Not Showing
  • 5. Merge Tags Not Resolving
  • 6. Users Can’t Be Resubscribed
  • 8. Unsubscribe Headers Present But Not Working
  • 9. Still Stuck?
© 2025 BrightLeaf LLC dba BrightLeaf Digital
  • Home
  • Gravity Forms Plugins
    • Integrate Asana with Gravity Forms
    • Mass Email Notifications for Gravity Forms
    • Global Variables
    • Recurring Form Submissions
    • Folders4Gravity
    • GravityOps Search
  • Docs
  • Snippet Library
  • Blog
  • Contact Us