Search results for replacement codes
179 articles found
-
WYSIWYG Editor
The WYSIWYG (What You See Is What You Get) editor is an intuitive, user-friendly tool embedded in various sections of Grondhogg, such as Notes, Tasks, and more. Features of a WYSIWYG Editor Real-Time
-
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
-
Action: Add Note
The Add Note action automatically adds a note to a contact's record when triggered within a funnel. The note will appear in the Contact's Notes tab, along with a timestamp and an indication that it
-
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
-
Twilio Integration: Composing & sending WhatsApp messages
Before continuing, please review Getting started with WhatsApp. Once you have configured Groundhogg to send and receive messages with WhatsApp, you can begin to message your customers and collect
-
Introduction to Actions
Actions are inside of a funnel and they are what happens after something else happens. We are going to explain some of the actions available and you may have different ones depends on what extensions
-
Settings
Groundhogg has a "settings" tab located at Groundhogg > Settings The Settings page by default comes with eight tabs( General, Compliance, Email, Tags, API, Integrations, Misc, Licenses) Additional
-
Glossary of Terms
This page provides explanations of terms used throughout our documentation and plugin, listed in alphabetical order. Index A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S |
-
groundhogg/replacements/init
Used to add custom replacement code inside Groundhogg. do_action( 'groundhogg/replacements/init', $this ); This hook provides the object of the replacement class as an argument to work with.
-
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 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
-
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 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*
-
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
-
How to add a note through a funnel or internal form
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 to work with Click to see a larger
-
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
-
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
-
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
-
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
-
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
-
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
-
Action: Webhook
Groundhogg provides webhooks that you can use to communicate with other software or instances where Groundhogg is located on another website. You want to add Webhook to the funnel by dragging it from
-
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
-
WooCommerce: Custom code
Provided below is a code that can be added to accomplish different solutions for WooCommerce. Remove the WooCommerce meta box from the Contact based on the role. Remove the WooCommerce meta box Add
-
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
-
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
-
Web Form: Dynamic Redirect
The Web Form benchmark includes an "after submit" section where you can choose to either stay on the current page and display a response or redirect users to another page via a specified URL. It also
-
WooCommerce: Reporting
Want to find the best (and worst) converting emails and funnels to know what is working well for you (and what isn’t)? With our WooCommerce integration, you can know without having to dive into many
-
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:
-
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(
-
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.
-
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
-
Embed a web form on another site
Once you’ve created a web form in Groundhogg, you can easily share it beyond your WordPress site using embedding options. These options, all accessible from the funnel builder’s "Web Form" benchmark,
-
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
-
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
-
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(
-
Tutorials: Importing Just A List of Phone Numbers
Every carrier creates an email for their users (most people do not know this). You could create a form that concatenates the fields to give the signup person a distinct email. (they would still need
-
Booking Calendar: Styling your calendar
By default, the Booking Calendar is styled with "Helvetica' for the font and shades of blue. You may want to match the styling of your website and this can be accomplished using the example below.
-
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(
-
Do you offer Two-Factor Authentication
Groundhogg's Account Dashboard can be set up with Two-Factor Authentication(2FA) which significantly improves login security. Groundhogg uses WordFence for its 2FA. 2FA works with a number of
-
groundhogg/broadcast/{broadcast_type}/before
Execute a block of code before sending a specific type of broadcast. do_action( "groundhogg/broadcast/{broadcast_type}/before", $this, $contact, $event ); Here, broadcast_type will be replaced with
-
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
-
groundhogg/broadcast/{broadcast_type}/after
Execute a block of code after sending a specific type of broadcast. do_action( "groundhogg/broadcast/{broadcast_type}/after", $this, $contact, $event ); Here, broadcast_type will be replaced with the
-
Styling Web Forms
Customizing the appearance of your web form in Groundhogg is simple and flexible. Whether you want a quick, pre-built look or a fully tailored design, the "Web Form" settings offer options to match
-
Adding HTML Columns Inside Emails
Sometimes the built-in elements of Groundhogg are not enough for creating the wondrous emails you want to create. That’s why Groundhogg comes with an HTML editor that users can use to edit the HTML
-
Connect Bricks Builder Forms to Groundhogg
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