mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
fix(website): simplify form (#7155)
Simplify event matching to get conversions to fire.
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user