We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_footer_trial
1 parent 0dd378d commit a8e2b53Copy full SHA for a8e2b53
src/.DS_Store
6 KB
src/utils/form-handlers.js
@@ -25,6 +25,7 @@ const FORM_TYPES = {
25
GET_DEMO: "get_demo",
26
GET_QUOTE: "get_quote",
27
GET_TRIAL: "get_trial",
28
+ GET_FOOTER_TRIAL: "get_footer_trial",
29
CONTACT_US: "contact_us",
30
GATED_ASSET: "gated_asset",
31
EVENTS: "events",
@@ -35,7 +36,7 @@ const FORM_TYPES = {
35
36
const FORM_ID_TYPE_MAP = {
37
1: FORM_TYPES.NO_FORM_TYPE,
38
3: FORM_TYPES.GATED_ASSET,
- 40: FORM_TYPES.GET_TRIAL,
39
+ 40: FORM_TYPES.GET_FOOTER_TRIAL,
40
95: FORM_TYPES.GATED_ASSET,
41
123: FORM_TYPES.GATED_ASSET,
42
223: FORM_TYPES.GATED_ASSET,
0 commit comments