Search results for custom benchmark
271 articles found
-
Booking Calendar: Calendar Settings
Groundhogg Booking Calendar provides various settings that allow calendar owners to manage their appointments efficiently and with ease. General Settings Booking Calendar contains distinct setting
-
GiveWP Integration: Reporting
GiveWP Reporting If you are looking to create reports for your donation forms created in GiveWP, follow the Custom Reports help document.
-
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/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.
-
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/post_setup
Used to do any actions after the event setup is completed. do_action( 'groundhogg/event/post_setup', $this ); it returns the object of an event as an argument. Ideal for storing custom information
-
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
-
Email Blocks: Shortcode
Shortcode Block Tab Shortcde Basic and email-specific shortcodes can be used script and form elements will be stripped out automatically. Shortcodes will not load any JavaScript or CSS dependencies.
-
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/admin/emails/process_add/{tab}
This hook is used to handle the process custom tag process. This hook provides the functionality to manage the response. do_action( "groundhogg/admin/emails/process_add/{$tab}", $this ); This hook
-
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
-
groundhogg/admin/{slug}
This hook is used to add custom code on the top of the admin pages when pages are using tab page architecture. do_action( "groundhogg/admin/{$this->get_slug()}", $this ); This hook comes with an
-
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
-
groundhogg/admin/{slug}/display/{method}
This hook is useful for creating the custom method to execute on a specific tabbed page. This hook accepts the slug of the page and method name to execute. 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(
-
groundhogg/admin/{slug}/display/{current_action}
This is used to add custom actions inside groundhogg admin area. This hook accepts the slug of the page and current action for which users are writing handlers.
-
groundhogg/form/fields/init
This action hook is used to add form controls via hook. This hook is executed when all the controls of the form loaded. do_action( 'groundhogg/form/fields/init', $this ); This hook returns the object
-
groundhogg/event_queue/process/after
This action hook is used to run custom code once Groundhogg has completed the execution of an event using the event queue. do_action( 'groundhogg/event_queue/process/after', $this ); Using this hook
-
REST API V3 / Contact / Create
URI POST /wp-json/gh/v3/contacts Method This endpoint supports the POST method Request You can pass any relevant contact arguments to the contacts endpoint plus additional metadata. PARAM TYPE
-
Replacement Code Defaults
To provide a default value for a replacement code that does not return anything, use the following syntax. {replacement::deafult} For example, to provide a default for the first name of a contact you
-
Create Users From Contacts
If you want to create user accounts for your contacts in bulk, you can do so by going to Groundhogg > Tools > Misc. Go to the Sync WordPress Users card and click the [ Process ] button. This will
-
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
-
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
-
Replacement Code: {date}
The date replacement code is a handy one that allows you to reformat any date into a nice presentable string. The syntax is the date format followed by a string representation of the date compatible
-
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
-
REST API V3 / Contact / Update
URL PUT|PATCH /wp-json/gh/v3/contacts Method This endpoint supports PUT or PATCH Request To update a contact record you must pass these arguments. PARAM TYPE REQUIRED EXAMPLE id_or_email string|int
-
Booking Calendar: Frontend design and display
There are a few elements of the frontend design of the calendar which you can influence. The logo The calendar logo is pulled directly from your Theme's settings if your theme provides support for
-
Preferences Page
Groundhogg includes a page called the "Preference Page", which is automatically created during installation and is essential for Groundhogg to function correctly. You can find it at
-
Action: Plugin API Action
If you would like to create your own custom Action use the Plugin API Action. To add the Plugin API Action to the funnel flow, either click the "+" at the branch and click the Plugin API Action step
-
Companies: Introduction
"The Companies addon offers an organizational framework that allows you to link multiple contacts to one or more company records within the CRM. With a company record, you can view all associated
-
Pipelines Reporting
When you arrive at the Pipeline Reporting page you will be presented with two line graphs of "Closed Revenue" and " Closed Deals" for the last 30 days. This graph displays what is won and lost. You
-
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
-
REST API V4 / Deals
The deals API lets you fetch, add, edit, and delete deals. Deal Properties Attribute Type Description ID integer The system ID of the deal data object The core properties of the deal contain
-
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
-
Funnel Reporting
Upon selecting the "Funnels" tab, a comprehensive list of all existing funnels will be displayed. From this interface, you may generate a detailed report for a specific funnel by clicking its name,
-
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
-
List of Replacement Codes
When Groundhogg is installed the following replacement codes are available. Contact Info CRM Address WP User Contact Owner Activity Site Post Compliance Email Other Formatting Custom Fields As you
-
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
-
Booking Calendar: How to create an appointment booking page
You can create the front end of your appointment solutions by embedding the Google calendar into a page by using the automatically generated shortcode. To find the shortcode you need to follow the
-
Action: Create User
If you would like to have the funnel create a user What you want to do is add Create User to the funnel, by dragging it from the right-hand side over to the list of steps. You can put it anywhere in
-
Contacts: Profile Picture
A contact’s profile picture adds a visual touch to their record in Groundhogg, making it easier to recognize them in your contact list or reports. By default, Groundhogg uses the WordPress Gravatar
-
Connect forms.app Forms to Groundhogg
forms.app is an accessible online form builder that streamlines the creation of personalized forms, including surveys, contact forms, and registration forms. This comprehensive guide demonstrates how