Search results for web form

110 articles found

  • Benchmark: Web Form

    Want information on someone? Or want them to register for something? A Groundhogg web form may work for you. To create a form there is a step in a funnel called Web Form which is under Benchmarks.

  • Create a Web Form

    You can use Web Forms to collect contact information and start funnels. This is generally the most common tool to capture contact data. Groundhogg has a simple built-in form builder that will serve

  • Embed a web form on another site

    You have multiple options to embed your form on other sites. All of which can be copied from the benchmark in the funnel builder. You can: Use the Iframe JavaScript embed code to embed your form on

  • Styling Web Forms

    Groundhogg's Web Form Benchmark uses the active theme's styles. You can add your own styling by adding the following code to either the theme's functions.php file or using a code snippet plugin.

  • 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

  • Using Web Forms As Internal Forms

    All web forms can be used as internal forms as well from within the admin area. When filling out an internal form as an admin, the information used will create or update an existing contact and add

  • 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

  • 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

  • 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

  • [gh_form] Shortcode

    The [gh_form] shortcode can be found inside a funnel by clicking on Web Form benchmark with the needed ID to show the form. Copy and paste it anywhere shortcodes are accepted to display the form.

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

  • Booking Calendar: Introduction

    To use the Booking calendar, you need a plus or above plan, and/or the booking calendar extension. Groundhogg Booking Calendar provides immersive appointment booking experiences to your users and

  • Contact Activity

    You can keep track of the contact's activities. What are activities? The "Activity" tab provides a log of events that occur for this contact. Events like: Logged In / Logged Out Page Visits Funnels

  • Tutorials: How to setup a lead magnet download funnel in 7 steps

    A Lead Magnet is a great way to turn cold traffic into warm traffic (traffic that spends money). By providing value ahead of asking for a deep commitment, you take the first step in the customer

  • Elementor Integration: How to Connect to Groundhogg

    Elementor is a popular page builder plugin for WordPress which makes it easier to build beautiful pages. The Elementor PRO version of the plugin (which is a paid upgrade from Elementor free edition)

  • 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

  • How to Remain Compliant with GDPR

    In an effort to protect the privacy of its citizens at home and worldwide, any business that collects the contact information of European citizens, regardless of geographical location MUST comply

  • Introduction to Benchmarks

    Benchmarks are inside of a funnel and are staple points that a contact can jump to if certain things happen. We are going to explain some of the actions available and you may have different ones

  • 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

  • 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

  • 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

  • Form Styling: Introduction

    Note: The Form Styling extension no longer works with the form editor. This extension is not available for sale. The form's styling will default to the theme style. The Form Styling extension which

  • Getting Started: Form connectors

    Groundhogg provides integrations for the majority of major WordPress form builders. Regardless of the form builder, the process to connect it to Groundhogg is the same. In this example, we will be

  • 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

  • Companies: Create company records with a form submission

    Company records can be created whenever a contact record has its Company Name field updated under the Work Details section. You can collect this information in a Groundhogg form using the following

  • Divi Integration: How to connect the divi contact form

    To connect the Divi contact form, insert the Divi Contact form benchmark in any funnel. This will work for any Divi contact form on your site.

  • forms.app Forms Integration

    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

  • Breakdance Forms Integration

    Breakdance is a premium WordPress theme, and visual builder with 130+ built-in elements and deep WooCommerce integration. The Breakdance “Form Builder” block allows the building and placement of

  • Kadence Forms Integration

    Kadence is a premium WordPress theme that lets you visually build WordPress sites and uses blocks. The Kadence “Form” block allows the building and placement of forms on any page built with Kadence.

  • Fluent Forms Integration

    Using Fluent Forms? Follow this guide to connect Fluent Forms to Groundhogg! Prerequisites: You have purchased the Fluent Forms integration or the Plus Plan or better. You have installed the

  • Brizy Forms Integration

    Brizy is a premium WordPress website builder that lets you visually build WordPress sites using elements. The Brizy “Form” block allows the building and placement of forms on any page built with

  • Third Party Integrations

    Groundhogg works with many third-party integrations* that can expand the functionality. AutomatorWP Samples Flowmattic Provides triggers and actions Hyperise Connect Groundhogg to Hyperise Pabbly

  • 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/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/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/import/form/after

    This hook is used to add code after the import section on the tools page. do_action('groundhogg/import/form/after' );

  • 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/import/form/before

    This hook is used to add code before the import section on the tools page. do_action('groundhogg/import/form/after' );

  • 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

  • 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

  • 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

  • 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/form/submission_handler/after

    This Groundhogg hook executes after the submission handler successfully handled the submission request. do_action( 'groundhogg/form/submission_handler/after', $submission, $contact, $this ); This

  • 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/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/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/steps/benchmarks/form/extra_settings

    This action hook is used to add custom settings at the end of the form. do_action( 'groundhogg/steps/benchmarks/form/extra_settings' );

  • groundhogg/admin/contacts/add/form/after

    This hook is used to add extra code after the add contact from. do_action( 'groundhogg/admin/contacts/add/form/after' );

  • 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' );