Search results for custom replacement code

258 articles found

  • Setting Up Email Footer

    Groundhogg has a simple way to add content to your email footer Go to Groundhogg > Settings > Email. Scroll to the section titled Footer. Select Email Footer Alignment for either Left or Center. The

  • Tutorials: Creating Lead Distribution Funnels

    Does your organization have more than one department or multiple salespeople? Would you like to be able to have more control over who your notification emails are going to? Try following this Lead

  • 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

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

  • Advanced Features: How to use Superlinks

    Superlinks are a helpful tool for filling in automation gaps based on subscriber interaction with your content. Essentially, they allow you to add tags, remove tags or update meta fields to a contact

  • Action: Admin Notification

    If you would like to have an email sent to Contact, Contact Owner, or Administrator as one of the steps in a funnel you can use the Admin Notification action What you want to do, is add Admin

  • How to override templates in your child theme

    If you want to customize the various templates in Groundhogg you can do so by defining a groundhogg-templates folder in your child theme and overriding any template files there. Your child theme

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

  • 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 Confirm An Email Address

    Email confirmation is required under GDPR and CASL. The email confirmation does 2 things, it verifies the identity of the contact and confirms they are consenting to receive marketing information to

  • Email Editor: View in Browser Link

    Q. How do I modify the appearance of the "View this email in your Browser" link, including its text? A. Verify that the "Enable browser view" setting is off by default it is off Drag a Text Block*

  • Booking Calendar: How to create a new booking calendar

    Once you are ready to create a new Groundhogg booking calendar, you can do so under the menu. How to create a new Groundhogg booking calendar: Under the Groundhogg menu choose calendars. Then, click

  • Booking Calendar: How to send admin notifications for appointments

    Once people start booking appointments through your calendar, you're going to want to be able to get notifications so you can stay on top of things. How to set up admin notifications: First, log into

  • 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

  • How to add a note through a funnel or internal form

    HOW TO: WEB FORM BENCHMARK & NOTES Create a Meta field in a Contact named "Note" to store the notes associated with the contact. Navigate to the funnel that contains the Web Form Benchmark you want

  • Signed Contracts: Introduction

    Groundhogg Signed Contracts is an alternative to expensive digital signing platforms like DocuSign. Using this add-on your customers can sign digital contracts directly from your website. You can

  • Text Messaging (SMS): Introduction

    Groundhogg's amazing stacks provide access to SMS marketing along with email marketing. You can enable SMS marketing in Groundhogg by installing the SMS plugin on your website. You can download the

  • Contact Birthdays: Introduction

    Wishing a Happy Birthday to your clients opens up a new possibility for the business and Groundhogg has got you covered with the Contacts Birthday plugin. Groundhogg's contact plugin can be used to

  • 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/reporting/after

    This Groundhogg hook used to add a custom code after each and every step inside the funnel builder's reporting view. Here, steps can be a benchmark or action. do_action(

  • groundhogg/steps/reporting/before

    This Groundhogg hook used to add a custom code before each and every step inside the funnel builder's reporting view. Here, steps can be a benchmark or action. do_action(

  • groundhogg/admin/{slug}/{current_tab}

    This hook is used to add custom code in the tab layout page. This hook accepts the current tab value in tab thus users will be able to display custom code for a specific tab on the page. do_action(

  • groundhogg/form/embed/before

    This function is used to add custom code before the embedded code. Embedded code is the HTML code which users can copy and paste from other sites to Groundhogg's form builder. do_action(

  • groundhogg/form/embed/after

    This function is used to add custom code after the embedded code. Embedded code is the HTML code which users can copy and paste on other sites form groundhogg form builder. do_action(

  • What is a Shortcode and how to use it

    A WordPress shortcode is a small piece of code that communicates with another part of WordPress or any plugin that offers it, and gives it instructions on what to show and do. The shortcode can be

  • WooCommerce Integration: Introduction

    WooCommerce is one of many eCommerce solutions that are available for WordPress. Groundhogg has an integration with WooCommerce. The WooCommerce integration is available as part of our Pro plan, or

  • GiveWP Integration: Introduction

    GiveWP is one of the most popular donation plugins for WordPress, with over 100,000 active users. GiveWP offers a wide range of features, including Multiple payment gateways, Recurring donations,

  • AffiliateWP Integration: Introduction

    AffiliateWP is an reliable WordPress plugin that gives you the affiliate marketing tools you need to grow your business and make more money. Using Groundhogg you can run automation for the affiliate

  • Easy Digital Downloads Integration: Introduction

    Easy Digital Downloads (EDD) is a Top Tier eCommerce solution for companies exclusively selling digital products (Audio Files, PDFs, WordPress Plugins, Apps) and Groundhogg provides direct

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

  • 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

  • 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

  • groundhogg/steps/settings/after

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

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

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

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

  • Bricks Builder Forms Integration

    Bricks is a premium WordPress theme that lets you visually build performant WordPress sites and uses what are called elements. Elements are very similar to blocks. The Bricks’ “Form” element allows

  • Import HTML

    You can now import HTML email templates from third-party platforms! Visit Groundhogg > Emails and click [ Import HTML ] Click [ Choose File ] and browse your computer for a .htm, .html file The HTML

  • Action: Create Task

    This action will create a task for the contact. What you want to do, is add Create Task to the funnel, by dragging it from the right-hand side over to the list of steps. You can put it anywhere in

  • groundhogg/admin/contacts/add/form/name

    This hook is used to add custom code after the name section of contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/name' );

  • groundhogg/admin/contacts/add/form/tags

    This hook is used to add custom code after the segmentation section of the contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/tags' );

  • groundhogg/admin/contacts/add/form/contact_info

    This hook is used to add custom code after the contact info section of contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/contact_info' );

  • groundhogg/admin/contacts/add/form/notes

    This hook is used to add custom code in the Notes section of the contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/notes' );

  • groundhogg/admin/tags/add/form

    This hook is used to add custom code in the form of adding tags before the submit button on the tag page. do_action( 'groundhogg/admin/tags/add/form' );

  • groundhogg/admin/tags/edit/form

    This hook is used to add custom code in the tag's edit page. do_action( 'groundhogg/admin/tags/edit/form', $id ); This hook provides tag ID as an argument to work with.

  • groundhogg/event/run/before

    This action hook is used to run custom code after the event is processed by the event queue of Groundhogg. do_action( 'groundhogg/event_queue/process/after', $this ); Using this hook developer can

  • groundhogg/form/shortcode/after

    This function is used to add custom code after the form shortcode is processed by the Groundhogg form builder. do_action( 'groundhogg/form/shortcode/after', $this ); This hook provides the object of

  • groundhogg/form/shortcode/before

    This function is used to add custom code before the form shortcode is processed by the Groundhogg form builder. do_action( 'groundhogg/form/shortcode/before', $this ); This hook provides the object

  • groundhogg/event_queue/process/before

    This action hook is used to run custom code before the event is processed by the event queue of Groundhogg. do_action( 'groundhogg/event_queue/process/before', $event_ids ); Using this hook developer