fix(website): simplify form (#7155)

Simplify event matching to get conversions to fire.
This commit is contained in:
Jamil
2024-10-23 22:54:09 -07:00
committed by GitHub
parent dd37a6383f
commit 4385c509ef

View File

@@ -25,7 +25,7 @@ export default function GoogleAds() {
Number(formData.submissionValues["0-2/numberofemployees"]) * 5;
sendGTMEvent({
event: "hubspot-form-submitted",
event: "hubspot-sales-form-submitted",
conversionValue: value,
});
}