Search results for custom implementation pre 2.0

198 articles found

  • Introduction to Groundhogg Custom Extension

    Funnel elements are what makes magic happen in Groundhogg. We have designed a methodology for implementing custom actions & benchmarks which you can find below. To see example implementations of some

  • Introduction to Reporting

    The Groundhogg reporting dashboard provides incredible insight into how your list is interacting with your information and consuming your content. You can get to the dashboard by clicking on

  • 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

  • Creating custom reports

    Groundhogg offers the ability for you to create custom reports. To see the custom reports go to Groundhogg -> Reporting -> Custom. To add a report click on the [ Create New Report ]. There will be a

  • 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 Fields: Filters

    Groundhogg generates filters based on the custom fields you have created: Depending on the type of field, different filter choices will be available. *You can use these filters together in

  • Custom Fields in Forms(Legacy)

    You can collect custom information about a contact using custom fields. As an example, add an "input" field in the form builder. Clicking the button will bring up the field UI where you can give your

  • Custom Roles and Capabilities

    If you want to grant Groundhogg privileges to other user roles, or specific users you can do that using a free plugin call User Role Editor: https://wordpress.org/plugins/user-role-editor/

  • Introduction to Custom Meta

    Custom meta (a.k.a custom fields) in Groundhogg allows you to store an unlimited amount of information about a contact. Using them effectively can allow you to do some really cool things and send

  • 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

  • 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 code to Groundhogg

    The best place to add custom code in Groundhogg is in a custom plugin, that way you can deactivate it if you make a mistake or your code stops working. Download our example plugin from Github and

  • 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

  • Custom Replacement Codes: Use replacement codes

    Once you have successfully added a replacement code inside the database you will be able to view all the newly added replacement code in the replace code section. You can copy the code name from this

  • 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

  • Custom Replacement Codes: Edit replacement code

    Groundhogg provides the functionality to edit and delete custom codes generated by the users. To edit an existing replacement code all you need to do is click on the edit button under the replacement

  • Custom fields in the list view

    Custom fields you create will show in the contact list view by default. You can hide/show custom fields by clicking on Screen Options and selecting which columns you want to see in the table. Your

  • 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

  • Booking Calendar: Use a custom form for bookings

    Groundhogg Booking Calendar provides functionality to create a custom form that the user needs to fill while booking an appointment. Booking Calendar uses the Groundhogg form to achieve this task.

  • Text Messaging (SMS): Create a custom SMS integration

    Want to add your own custom SMS integration? You can do that. Copy the code below and add it to a custom plugin file on your site. Once you add the code your custom SMS service will show in the SMS

  • AWS Integration: Using a custom Mail From domain

    You can improve your email deliverability and mask the fact you use AWS SES by using a custom Mail From domain. Configuring this must be done through the AWS console, and can't be done through the

  • Create your own custom benchmark using the Plugin API

    You could create your own custom benchmark, but as we routinely update the registration flow, and backwards compatibility is not always guaranteed. However, we do provide a future-proof method to

  • White Label Branding: Shipping custom funnel and email templates

    With the White Label Branding addon, you can ship custom funnel and email templates to your clients' sites! Prerequisites Before you can start shipping your custom templates, you'll need... An Agency

  • 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

  • Booking Calendar: How to add custom notes to appointment card

    The Groundhogg booking calendar offers the ability to leave private notes on each appointment. You don’t need any other extension to use this. Go into the appointment that is booked (that will be

  • How to implement cookie consent

    Warning! You should consult your lawyer or other legal professional before making decisions with legal implications. We will not be held responsible for any violations levied against you as a result

  • Advanced Features: How to add custom HTML email templates from third party platforms

    If you are using a third-party platform to design your emails, you can use the Import HTML Template feature to send the email with Groundhogg. When adding a new email, click the Import HTML Template

  • MemberPress: Sync previous order and customer status with Groundhogg

    The Pro or above Groundhogg plan has integration with MemberPress so you will need that paid plan or above in order to get the integration. If you have used MemberPress in the past and started to use

  • groundhogg/{object_type}/pre_update

    This hook is one of the core hooks of Groundhogg. This hook is executed before the update operation in the database. This hook accepts object type in it so it will run for that specific object only.

  • 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

  • How to auto-fill web forms.

    If you would like a Groundhogg web form to be pre-filled with a contact's information you can do that! All you have to do is use a replacement code for the field value. In the form editor, click the

  • Email Editor: Block Inspector | Desktop Preview | Mobile Preview

    A mini menu is available to the left of the block selector. The menu contains three selections: Block Inspector Desktop Preview Mobile Preview Block Inspector When hovering over blocks in the

  • Preventing Spam in Web Forms with Google reCaptcha

    If you are experiencing a lot of spam coming through your web forms you can use Google reCaptcha to prevent bots from spamming your forms. How to Setup Google reCaptcha 1. Get your reCaptcha keys

  • Previous Update

    Under Tools > Misc > Previous Update, run the previous update in case of a failed update.

  • Presto Player Integration: Introduction

    Note: this integration requires the Pro plan (or above) of Groundhogg, and the paid version of Presto Player. Presto Player is the ultimate WordPress video player plugin. It lets you use video or

  • Preventing Spam in Web Forms

    If your web forms are being spammed you can harden your site in a few ways to ensure only actual humans are entering your site. Marking Spammy Contacts as "Spam" By marking a contact as "spam" in

  • Make Replacement Code link look pretty

    If you don’t want the full replacement code link to appear in your email you can include it as a link anywhere in your email. Here’s how to do this: When you have your email open (and are editing

  • Advanced Email Preferences: Updating your optin forms

    Important information regarding consent verification, optin-status, and GDPR compliance. Groundhogg diligently strives to ensure that you have the tools needed to make sure your business

  • 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 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

  • How to add CC addresses to your emails

    If you want to CC an email address, like from a custom field, to an email that you are sending you can use the email Custom Headers feature which is located underneath the email content section. To

  • Email Blocks: Socials

    Socials Block Tab Social Media Theme - Select a theme(Brand Color Square, Black Boxed, Gray Boxed, Light Gray Boxed, White Boxed, Brand Color Circular, Black Circular, Gray Circular, Light Gray

  • Snippets

    These snippets can be placed in your theme's functions.php file or a code snippets plugin. Modify Marketing Consent Modify Terms Agreement Modify GDPR Consent Modify Confirmation Text Modify Footer:

  • eLearnCommerce Integration: Introduction

    eLearnCommerce is a top-tier LMS (Learning Management System) that allows you to turn your WordPress website into a learning portal for your customers. With Groundhogg's eLearnCommerce integration,

  • 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/steps/{type}/run/before

    This Groundhogg hook used to run custom code before the action. It requires a type of action for hooking into the process. do_action( "groundhogg/steps/{type}/run/before", $this ); This hook provides

  • groundhogg/steps/{type}/run/after

    This Groundhogg hook used to run custom code after the action. It requires a type of action for hooking into the process. do_action( "groundhogg/steps/{type}/run/after", $this ); This hook provides

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

    This Groundhogg hook used to add a custom setting before specific step settings inside the funnel builder. Here, type can be a benchmark or action. do_action(

  • groundhogg/steps/{type}/settings/after

    This Groundhogg hook used to add a custom setting after specific step settings inside the funnel builder. Here, type can be a benchmark or action. do_action( "groundhogg/steps/{type}/settings/after",

  • groundhogg/steps/settings/before

    This Groundhogg hook used to add a custom setting before each and every step inside the funnel builder. Here, steps can be a benchmark or action. do_action( "groundhogg/steps/settings/before", $this