The plugin has 10 main tabs accessible from the top navigation bar and the WordPress sidebar menu:
| Tab | | Purpose |
| Dashboard | | Overview stats, setup wizard prompt, and top performing funnels. |
| Funnels | | Browse, enable/disable, and edit all 96 funnels. |
| Lists | | See connection status for all funnels, view collected emails, and export CSV. |
| Autoresponders | | Connect and manage your email marketing providers. |
| PDF Rebrander | | Add custom CTA pages to your funnel PDFs. |
| Assets | | Download and manage funnel asset files. |
| Showcase | | Configure and customize your public showcase page. |
| Settings | | Global settings: affiliate link, URL prefix, tracking, color scheme. |
| Training | | This guide. |
| Resources | | Support links and recommended tools. |
2 Connecting Your Autoresponder ▼
An autoresponder is the email marketing service that collects and stores your subscribers. You need to connect at least one autoresponder for the opt-in forms on your funnels to work. The plugin supports 10 providers (9 named services plus Custom HTML):
| Provider | | Connection Method | | How Subscribers Are Added |
| AWeber Legacy | | List name only (no API key) | | Direct form POST to AWeber |
| ActiveCampaign | | API v3 (API URL + Key) | | Server-side API call |
| GetResponse | | API v3 (API Key) | | Server-side API call (dayOfCycle=0 for autoresponder sequences) |
| GetResponse Legacy | | Campaign Token (no API key) | | Direct form POST to GetResponse |
| Mailchimp | | API v3 (API Key) | | Server-side API call (GDPR compliant, no force resubscribe) |
| Brevo (Sendinblue) | | API v3 (API Key) | | Server-side API call |
| ConvertKit (Kit) | | API v3 (API Key + Secret) | | Server-side API call |
| GoHighLevel | | API Key + Location ID | | Upsert API with tag-based organization |
| Sendiio | | List ID + Form ID | | Direct form POST with JS redirect |
| Custom HTML Form | | Paste your own form HTML | | Direct form POST to any provider |
Tip: API-based providers (ActiveCampaign, GetResponse, Mailchimp, Brevo, ConvertKit, GoHighLevel) use AJAX submission for a seamless experience — the visitor never leaves the page during subscription. Legacy providers (AWeber, GetResponse Legacy, Sendiio) use JavaScript-based form POST with a controlled redirect back to the download page.