Search results for how to test 2.0

487 articles found

  • Why are Emails Going to Spam?

    Email is a tricky business. Email service providers like Gmail and Yahoo are constantly tweaking their algorithms to ensure users only see relevant emails in their inbox. Here are some things you can

  • Advanced Features: Introduction to field changed

    Groundhogg provides the functionality to add custom fields for a contact. Users can add custom fields using the custom info section of contact. In some cases, custom information for the contact is

  • Advanced Features: Introduction to field timer

    What does the field timer do? The field timer allows you to set a limit between actions (steps). It allows you to use a specific date that has been set in a custom field. Wait at least: This option

  • How do I renew my license?

    If your license expired or your payment method is no longer valid, you may need to manually renew your license key to ensure service continues without issue. You may instead be looking to change your

  • How do I become an affiliate

    Promote Grounhogg and earn a commission on every sale! Earn 20% Recurring Commissions Earnings are paid out within 60 days You will receive Brand Assets(Logos & Banners) Step by step guides 30 day

  • How do I reset my password?

    To reset your password for your Groundhogg account, you can follow these steps: Go to the Groundhogg login page. Click on the "Lost your password?" link located below the login form. Enter your

  • How do I upgrade my license?

    Time to upgrade and get more features? It's super easy and will only take you a few minutes. Go to your licenses in the account dashboard. Click View upgrades for the license you wish to upgrade.

  • How Fast Are My Emails Sent?

    If you are concerned about the speed of your emails sending to your customer the best way to put you at ease is to know the facts. Let's talk about how emails are sent! What's the event queue? You

  • How Do I Import My List?

    If you are coming from another CRM (or maybe your excel sheet) you may already have a list of contacts. You can add this list into Groundhogg easily. Step 1 Make sure you have a valid CSV file

  • How Do I Export My List?

    We understand that you may not want to use Groundhogg anymore, or want to have a backup of your list. We have made multiple ways to export the lists that you want. From the Contacts Screen To export

  • REST API V3 / Tags / Edit

    URL PUT /wp-json/gh/v3/tags Method This endpoint supports the PUT method. Request This endpoint provides functionality to edit tags. PARAM TYPE REQUIRED DESCRIPTION tag_id int yes ID of a tag that

  • Enable Extension Beta Version Updates

    Want to help the Groundhogg team test new premium extension developments? You can now enable beta version updates in the latest version of Groundhogg to receive access to experimental features before

  • Advanced Features: Introduction to page visited benchmark

    Groundhogg provides the page visited benchmark included with the advanced feature plugin. This benchmark is executed when the user visits the specifics page and runs automation based on that. Page

  • Custom fields disappeared after updating to 2.6

    If your custom fields disappeared after updating to 2.6 this is how you can fix it quickly. Go to Groundhogg > Tools > Install & Updates Select Groundhogg from the dropdown and click view updates

  • What to do when extension aren't updating?

    When you get the "download failed: unauthorized" message when trying to update it means 1 of 2 things The license is invalid, you need to renew or upgrade In this case, you need to log into your

  • Advanced Features: Introduction to the Advance Timer

    The advanced timer is available in the basic plan or above. What does the advance timer do? The advanced timer allows you to set a time limit between actions. It allows you to use common language as

  • Advanced Features: Resend broadcast email to unopened

    This feature included in the Advanced Features extension allows you to resend a broadcast email to anyone who did not open it. Simply go to Groundhogg > Broadcasts > Sent and click Resend to Unopened.

  • SendGrid Integration: Create webhook event listener

    SendGrid can send events to your WordPress site which will inform Groundhogg if an email bounced or was marked as spam so that Groundhogg will no longer send emails to problematic contacts. The

  • How Do I Provide Support Admin Access?

    If you have an ongoing technical support ticket, you may be asked to provide administrative access to the support team so that we can troubleshoot your issue. Why do we need admin access? Our support

  • How Do I Claim a Course Voucher?

    If you have received a voucher code for a course, here is how you can claim it. Already have an account? In your dashboard, click on Redeem a Voucher Then enter your voucher code and click submit.

  • Editing Contact List to show what you want

    Overwhelmed with how much is in the contacts list? Want it to show less or more information? You can do that. What you want to do first is go to your contacts list and look for the screen options (in

  • What To Do If Events Are Stuck Waiting

    If events are stuck in the Waiting Status it can be caused by a couple of things. Your Cron Job is not active. The most likely reason is your cron job is no longer active, to solve this follow the

  • Where to see a contact's previous form submissions

    Go to edit the contact record in question and click on the activity tab. The scroll to the bottom to see all the form submissions for that contact. This applies to forms made with the Groundhogg form

  • Advanced Email Preferences: Introduction to advanced email preferences

    By default, Groundhogg offers a global unsubscribe and other preference options. With this extension, you can extend the preferences center to allow contacts to opt-out or into specific tags that you

  • Can I add an attachment to my emails?

    When it comes to attaching files to marketing emails, we recommend the following: Don’t Do It! Here are a few reasons why... ISPs may flag your marketing emails as spam, especially if they contain

  • Getting Started: Form connectors

    Groundhogg provides integrations for the majority of major WordPress form builders. Regardless of the form builder, the process to connect it to Groundhogg is the same. In this example, we will be

  • Tutorials: Add your affiliate link to your Groundhogg emails!

    Earn passive commissions by adding a Groundhogg affiliate link to your emails in just a few clicks. Not an affiliate? Become an affiliate and earn 10% recurring commissions on all purchases! For this

  • Adding custom tabs and fields to the contact screen

    Custom tabs and fields can be added to the contact screen using the plugins API and the contact meta DB. You can see and read how on our Github or using the same code below. <?php class My_Custom_Tab

  • What to do if the gh-cron is not verifying?

    If you are unable to verify the Groundhogg cron job gh-cron.php then you will have to rely on the WordPress cron wp-cron.php. This is not a big deal but will result in a slight performance hit on

  • Email Editor

    To use the Advanced Email Editor, visit Groundhogg > Emails From this screen, you can select from a list of existing emails, add new, broadcast, or search based on the email name. Sorting is

  • Zapier Integration: Create zap triggers

    Once you have your zap action-ready in your funnel it's time to create a Zap. To create Zap you need to login into your Zapier account. You can create a Zap by clicking on the MAKE A ZAP button in

  • Why Do I Need To Create An External Cron Job?

    Wondering why you need to create an external cron job? What is Cron? Cron is what performs scheduled tasks in the backend of your site, like... Sending emails or processing funnels Publishing

  • Sorry, you are not allowed to upload this file type.

    If you are attempting to import a CSV file and receive an error: The error may arise from specific HTML tags in your .CSV file, which WordPress restricts for security purposes during the import

  • Error: You do not have permission to view this file

    If you are encountering the "You do not have permission to view this file" error in WordPress, there are a few steps you can take to resolve the issue: Check file permissions: Make sure that the file

  • Rest API Contacts

    Groundhogg provides the /contacts/ endpoint. The contacts endpoint allows users to query the contact table inside the database and let you perform operations on contacts. This endpoint supports GET,

  • What Are Email Headers

    Acquainting oneself with email headers is advantageous for initiating email campaigns and ensuring the authenticity of messages before interacting with any embedded links, thereby reducing the risk

  • AWS Integration: Introduction

    Groundhogg is an extraordinary sales and marking automation tool for the WordPress platform. Here at Groundhogg, we believe marketing and automation tools shouldn’t be expansive and for that, we have

  • How do I redirect a contact after they have confirmed their email?

    If you want to redirect the contact to a landing page after they have confirmed their email address you can do so with the following replacement code syntax. Formatted link:

  • Tutorials: Deactive all funnels

    If you need to stop all funnels on a website (it could be a testing site, or because something is not working) you can do that without having to go into each funnel to deactivate them. Go into the

  • Why is my email address not being confirmed?

    Are you unable to confirm an email address while testing a funnel? Groundhogg by default treats the logged-in user's email as the priority email for tracking. This means if you're testing while

  • Contact marketability explained

    Contacts can either be Marketable, or Unmarketable. These two states are a reflection of several criteria that factor in a contact's activity, metadata, and your site's level of compliance. How

  • Custom Fields in Groundhogg 2.6

    With Groundhogg 2.6 and above having changed up a bit on how things are arranged, we thought it would be helpful to make this guide. Table of contents: Adding a new custom field tab Deleting a custom

  • Why Are My Emails Not Sending?

    There can be various reasons why your emails are not sending. Listed below are some of the most common problems and how to solve them. Did you set up your Cron job? Email in Groundhogg is sent based

  • WP Simple Pay Integration (Stripe): Introduction

    WP Simple Pay allows you to collect payment anywhere on your site using a form. And you have the option to have a benchmark that allows you to do what you want after the form and payment is done. You

  • WooCommerce: Tools

    Sync WooCommerce Orders If you were using WooCommerce before installing Groundhogg then the WooCommerce orders won’t be synced with the Groundhogg contacts. You can sync them using our Sync

  • Groundhogg's Tools

    *Click the tabs in the menu to view more information. Groundhogg provides many useful tools to accomplish

  • GiveWP Integration: Tools

    Sync GiveWP Donations If you were using GiveWP before installing Groundhogg then the GiveWP donations won’t be synced with the Groundhogg contacts. You can sync them using our Sync GiveWP Donations

  • Companies: Custom Fields

    When in Companies the way to add a new tab to store your custom fields is by going to the tabs list below the Company information. On the rightmost is a plus icon, clicking to add a new tab. A model

  • Add an external cron-job: Windows Server

    Windows calls their time-based scheduling system the "Task Scheduler." It can be accessed via the Administrative Tools in the control panel. How you set up the task varies with the server setup. One

  • Easy Digital Downloads Integration: Tools

    Sync EDD Orders If you were using Easy Digital Downloads before installing Groundhogg then the Easy Digital Downloads orders won’t be synced with the Groundhogg contacts. You can sync them using our