Search results for what is the funnel builder

514 articles found

  • groundhogg/steps/init

    This Groundhogg WordPress hook is used to add custom actions when the steps are loaded. You can use this action to add custom steps. do_action( 'groundhogg/steps/init', $this ); This action provides

  • groundhogg/email_notification/run/before

    This hook is used to add custom code before an email notification sends to a customer. do_action( 'groundhogg/email_notification/run/before', $this, $contact, $event ); This hook provides three

  • groundhogg/email_notification/run/after

    This hook is used to add custom code after email notification sends to a customer. do_action( 'groundhogg/email_notification/run/after', $this, $contact, $event ); This hook provides three objects to

  • 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

  • SendGrid Integration: Disable tracking links on SendGrid

    Groundhogg will provide open and click tracking statistics for you. It is known that SendGrid's internal tracking system interferes with Groundhogg's tracking links. You need to disable the SendGrid

  • Contact Reporting

    When you arrive at the Contact Reporting page you will be presented with a line graph of "New Contacts" for the last 30 days. You can hover your mouse anywhere along the line to see the total count

  • SMTP: Connect to Zoho

    If you plan to use Zoho to send out emails follow the steps below. To get started with this service, you need to go to Groundhogg's website and download the SMTP plugin, or get it as part of the

  • How to enable email logging

    If you want to keep a record of all emails that are sent from your site you can enable the Email Logging feature. Enable email logging To enable it, go to Groundhogg > Settings > Email and scroll to

  • Booking Calendar: How to integrate with Google calendar

    Groundhogg booking calendar allows you to integrate with Google if you wish to do so. How to integrate with Google Calendar: Log into your WordPress install. Click on Groundhogg > Calendars: Navigate

  • Email Blocks: Posts

    Block Settings Layout Card Style Heading Excerpt Thumbnail Query Layout Layout (Cards, Numbered List, Unordered List, H1, H2, H3, H4, H5) Featured (On/Off) Displays a large single-column post above

  • Booking Calendar: How to send contacts email notifications for appointments

    Once you've set up your own notifications, you can set up and customize the notifications that your contacts will get after booking an appointment on your calendar. How to set up contact

  • Adding custom contact table columns

    This code is used to add the custom column inside Groundhogg's contact table. <?php add_action( 'groundhogg_contact_columns', 'add_my_custom_column' ); function add_my_custom_column( $cols ){ $cols[

  • Adding custom reports

    Groundhogg provides functionality to add reports in the Groundhogg dashboard. Using the Groundhogg dashboard you can add tables, line chart, donut chart in the dashboard. To add your custom chart you

  • groundhogg/updater/{updater_name}/finished

    This action hook is used to run a block of code when Groundhogg is updated to a new version. do_action( "groundhogg/updater/{$this->get_updater_name()}/finished" );

  • groundhogg/scripts/after_register_frontend_styles

    This hook is used to add custom front end stylesheet into Groundhogg. do_action('groundhogg/scripts/after_register_frontend_styles');

  • groundhogg/scripts/after_register_frontend_scripts

    This hook is useful to add front end script in Groundhogg. do_action('groundhogg/scripts/after_register_frontend_scripts', $this->is_script_debug_enabled(), $dot_min );

  • Easy Digital Downloads Integration: Examples

    Examples Abandon cart recovery Refund win back Request a review Subscribe and send discount [EDD] Abandoned cart recovery (Included) Recover abandoned carts and get more sales! [EDD] Refund win back

  • How To Change a User to an Administrator

    If you need to change a user role to an administrator for our support team, please do the following. Find the needed user. Go the user record you wish to use as a support user for our team. WordPress

  • Troubleshooting: Why can't I activate my WaaS license on subsites?

    If you have a WaaS license, you only need to activate it on the main site of the network. Then, you install the white label plugin which comes with your license and all of the subsites will be

  • Meta Replacement Codes

    Groundhogg can store additional information associated with contacts as metadata. To display metadata you can use replacement codes, for example: {profile_picture} or {note} You can find the

  • REST API / Authentication

    The REST API Supports three different methods of authentication at this point in time. Groundhogg API Keys WordPress Application Passwords WordPress REST Nonce Groundhogg API Keys To use an API key

  • Booking Calendar: Connect your Zoom account

    If you want to create Zoom meetings when someone schedules a new appointment from the Groundhogg Booking Calendar you're just a few simple steps away. Connect Groundhogg to your Zoom Account Open the

  • Putting a YouTube Video Into a Email

    If you want your subscribers to watch a YouTube video you may want to take the embed code of a YouTube video, create a HTML block, and paste that embed code. And while that would work on a website,

  • HelpScout Integration: Setup contact record siderbar widget

    You can display the Groundhogg contact record in HelpScout tickets in just a few steps using the Groundhogg HelpScout Integration. Instructions: Open Apps under the HelpScout Manage menu. Search for

  • [gh_does_not_have_tags] Shortcode

    This shortcode can be used to display content if the contact does not have all the tags provided. [gh_does_not_have_tags tags="1,2,3"] Show this content if the visitor does not have the given

  • Email Blocks: Text

    Text Apply styles to content in this block Make the text bold or italic Change the text color Add or remove a hyperlink Align the text to the left, right, center, or make it justified Use a bullet or

  • Broadcast Reporting

    Once you have sent a broadcast you can see the results in a report so you can validate its effectiveness. To see the results of a broadcast go to the Groundhogg reporting dashboard and click on the

  • Advanced Features: How to tag contacts who opened a broadcast email

    1. After your Broadcast has been successfully sent, click on “Broadcasts” then go to Sent Tab 2. Under the “Stats” heading, click on the number beside “Sent”. Note: You can also follow the same

  • Email Editor Controls

    The Editor Controls contain global settings. Global Fonts Color Palettes Social Global Fonts Adjust/add font configuration for the text block. By default, paragraphs, H1, H2, and H3 have been set.

  • AWS Integration: Adding a domain sender identity

    If you want to be able to send emails from any email address using your domain name, you need to verify your domain name. You can do this directly through Groundhogg! 1. Add Your Domain to AWS Go to

  • Booking Calendar: How to Sync Google Calendar

    Please follow the step below to configure two-way sync with Google Calendar. Navigate to the calendar you want to sync, then go Integration, then click connect to another Google account. After you

  • Email Blocks: Button

    Button Block Tab Content Text(Enter the text for the button, Replacement code) Link(Insert a URL, Replacement code) Size(Small, Medium, Large - Default: Medium) Alignment(Right, Center, Left -

  • 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

  • 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

  • Custom Replacement Codes: Add replacement code

    To add a custom replacement code go to the Replacements tab under the Groundhogg menu. Once you click on the tab, you will be able to view the page that allows you to add custom codes. You will also

  • Form Reporting

    When you arrive at the Form Reporting page you will be presented with a list of active forms. Click on the name of the form to be taken to that specific form. The report provides data for Unique

  • Email Blocks: Advanced

    AdvanceTab Layout Provides: Padding(based on pixels and you can link/unlink the setting) Border Provides: Style(None, Solid, Dashed, Dotted, Double, Ridge, Groove, Inset, Outset - Default: None)

  • groundhogg/admin/{slug}/before

    This hook used to add content to display on the admin page of the specific page at the top of the page. This hook accepts the slug of the page for unique identification.

  • groundhogg/admin/{slug}/after

    This hook used to add content to display on the admin page of the specific page at the end of the page. This hook accepts the slug of the page for unique identification.

  • Custom Step Titles

    Do you feel the necessity to alter the titles* of the steps? *The Step titles that Groundhogg generates are pretty impressive You can enable the ability to customize the titles for Benchmarks and

  • Custom Replacement Codes: Introduction

    Groundhogg provides the functionality to use replacement codes. Instead of users being dependent on using built-in replacement code, Groundhogg users are able to create their own replacement codes by

  • Add a server cron-job: Cpanel

    If you have access to Cpanel through your hosting account you can create a server-based cron job really quickly. Don't have access to Cpanel? If you do not have access to Cpanel, consider using an

  • HelpScout Integration: Find your Mailbox ID

    To filter events for the HelpScout benchmark you can specify one or more Mailbox IDs. To find the Mailbox ID of your HelpScout mailbox you must open the mailbox in question in HelpScout and then open

  • Benchmark: Task Completed

    The Benchmark "Task Completed" can trigger action(s) based on any/all completed task(s). Drag and drop the "Task" Benchmark over into the flow on the left. You will be presented with some setting

  • How to Import GDPR Consent

    If you are importing your list and have previously collected GDPR consent, you will want to carry that consent forward into Groundhogg. Add a column to your CSV file called gdpr_consent. For the

  • Email Blocks: Image

    Image Block Tab Image Text(Enter the text for the button, Replacement code) Image SRC(Select an image from the Media library or upload an image) Width(based on pixels) Alt Text Alignment Link Border

  • How To Send A Plain Text Version Of An Email

    Email deliverability increases if the emails you send contain a plain-text version of the email. Groundhogg supports automatically generated plain-text versions of the emails you send and attaches

  • SMTP: Connect to Sendgrid

    If you are using SendGrid with the SMTP extension please follow these steps. Navigate to the Email API Screen and select SMTP Relay. Enter an API key name (does not have to be anything specific) and

  • AffiliateWP Integration: Replacement codes

    The AffiliateWP extension has four replacement codes. Affiliate URL {affiliate_url} Returns the URL of the affiliate. Affiliate Rate {affiliate_rate} Returns the rate of affiliate. Affiliate ID

  • groundhogg/steps/{type}/reporting/before

    This Groundhogg hook used to add a custom data in the reporting view of the step before the inbuilt reporting view. Here, type can be a benchmark or action. do_action(