Skip to content

Commit a8e2b53

Browse files
committed
Added get_footer_trial form_type, assigned it to form 40
1 parent 0dd378d commit a8e2b53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/.DS_Store

6 KB
Binary file not shown.

src/utils/form-handlers.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const FORM_TYPES = {
2525
GET_DEMO: "get_demo",
2626
GET_QUOTE: "get_quote",
2727
GET_TRIAL: "get_trial",
28+
GET_FOOTER_TRIAL: "get_footer_trial",
2829
CONTACT_US: "contact_us",
2930
GATED_ASSET: "gated_asset",
3031
EVENTS: "events",
@@ -35,7 +36,7 @@ const FORM_TYPES = {
3536
const FORM_ID_TYPE_MAP = {
3637
1: FORM_TYPES.NO_FORM_TYPE,
3738
3: FORM_TYPES.GATED_ASSET,
38-
40: FORM_TYPES.GET_TRIAL,
39+
40: FORM_TYPES.GET_FOOTER_TRIAL,
3940
95: FORM_TYPES.GATED_ASSET,
4041
123: FORM_TYPES.GATED_ASSET,
4142
223: FORM_TYPES.GATED_ASSET,

0 commit comments

Comments
 (0)