Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
learyjk committed Aug 27, 2024
1 parent 69891e0 commit 292759e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/form-handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
const marketoFormIndex = 0;
let marketoFormLoading = false;

// For Event Tracking
// EVENT NAMING
const EVENT_NAME = "generate_lead";
const FORM_TYPES = {
GET_DEMO: "get_demo",
Expand All @@ -31,6 +31,7 @@ const FORM_TYPES = {
BETA_SIGNUP: "beta_signup",
NO_FORM_TYPE: "no_form_type",
};
// maps marketo form id to form type
const FORM_ID_TYPE_MAP = {
1: FORM_TYPES.NO_FORM_TYPE,
3: FORM_TYPES.GATED_ASSET,
Expand Down

0 comments on commit 292759e

Please sign in to comment.