wiki/knowledge/crm-automation/bluepoint-gravity-forms-hubspot-duplicate-issue.md · 658 words · 2026-04-05

Bluepoint Gravity Forms → HubSpot Duplicate Submission Issue

Overview

During a pre-call sync, a suspected double-counting issue was identified in Bluepoint's form submission data. The call tracking dashboard showed 99 form entries over 30 days, but the actual volume of unique inquiries is estimated at roughly ~50 — suggesting each submission is being logged twice.

The leading hypothesis is that both Gravity Forms and HubSpot are independently capturing and forwarding form submissions to the reporting layer, resulting in duplicate records for every inquiry.

This is an open investigation with a fix pending confirmation.


Symptoms

Observed Expected
99 form entries in 30-day window ~50 unique inquiries
Apparent duplicate records in intent/lead data One record per submission
"Cool lead," "hot lead" classifications appearing in pairs Single classification per contact

The duplication was first noticed visually during a screen-share review of the conversion dashboard — entries appeared to repeat in pairs.


Root Cause Hypothesis

Bluepoint's form stack connects Gravity Forms (WordPress) to HubSpot via an integration. The suspected flow:

  1. A visitor submits a form on the Bluepoint website (Gravity Forms).
  2. Gravity Forms logs the entry locally and fires a submission event to the reporting/tracking system.
  3. HubSpot, also connected to the same form or tracking layer, independently logs the same submission.
  4. The dashboard counts both events, inflating totals by ~2×.

This is a common failure mode when two systems with overlapping scope (form capture + CRM) are both treated as sources of truth for the same event.


Impact

Even at half the reported volume (~50 unique inquiries in 30 days), lead generation is healthy and consistent with Bluepoint's own report of being "really busy." The duplication does not indicate a lead gen problem — only a data integrity problem.


Action Items



General Pattern: Gravity Forms + HubSpot Double-Counting

This issue is not unique to Bluepoint. Any WordPress site using Gravity Forms with a HubSpot integration risks duplicate event logging when:

Best practice: Designate a single system of record for form submission events. If HubSpot is the CRM, route Gravity Forms data to HubSpot only, and pull reporting from HubSpot — do not also count raw Gravity Forms entries as separate conversion events.

Sources

  1. Index|Bluepoint
  2. Bluepoint Call Answering Gap|Bluepoint Call Answering Gap
  3. Bluepoint Website Health Report|Bluepoint Website Health Report