@codebards/ik-embeddable-form 0.0.2678861976-qa → 0.0.2679087555-qa
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/embed.js +5 -7
- package/dist/embed.js.map +1 -1
- package/package.json +1 -1
package/dist/embed.js
CHANGED
|
@@ -1672,10 +1672,7 @@ var IKEmbeddableFormBundle = function(exports) {
|
|
|
1672
1672
|
timeSlot: "preferred_time_slot"
|
|
1673
1673
|
};
|
|
1674
1674
|
const STEP_VIEW_CLICK_IDS = {
|
|
1675
|
-
"slot-selection": "webinar-modal_button_show-webinar-slots"
|
|
1676
|
-
"profile-details": "Gql-form_button_gql-registration-step",
|
|
1677
|
-
"goals-details": "Gql-form_button_gql-qualification-step",
|
|
1678
|
-
"consultation-prefs": "Gql-form-button_finish"
|
|
1675
|
+
"slot-selection": "webinar-modal_button_show-webinar-slots"
|
|
1679
1676
|
};
|
|
1680
1677
|
const WORDPRESS_BACK_CLICK_ID = "webinar-modal_button_go-back";
|
|
1681
1678
|
function resolveFieldClickId(fieldName) {
|
|
@@ -1684,7 +1681,6 @@ var IKEmbeddableFormBundle = function(exports) {
|
|
|
1684
1681
|
const PROCEED_CLICK_IDS = {
|
|
1685
1682
|
"contact-details": "webinar-modal_button_show-webinar-slots",
|
|
1686
1683
|
"slot-selection": "Webinar-modal_button_open-gql",
|
|
1687
|
-
"profile-details": "webinar-modal_button_show-profile-details",
|
|
1688
1684
|
"goals-details": "webinar-modal_button_show-goals-details",
|
|
1689
1685
|
"consultation-prefs": "webinar-modal_button_finish-gql"
|
|
1690
1686
|
};
|
|
@@ -2360,7 +2356,9 @@ var IKEmbeddableFormBundle = function(exports) {
|
|
|
2360
2356
|
utm_campaign: String(data.utm_campaign ?? ""),
|
|
2361
2357
|
GA_event_id: Number(gaEventId)
|
|
2362
2358
|
});
|
|
2363
|
-
await trackFormEventsActivity("gql", data, {
|
|
2359
|
+
await trackFormEventsActivity("gql", data, {
|
|
2360
|
+
clickId: "Gql-form_button_gql-registration-step"
|
|
2361
|
+
});
|
|
2364
2362
|
}
|
|
2365
2363
|
if (step.onStepSuccess === "webinar-form-complete") {
|
|
2366
2364
|
const data = this.enrichFormDataForApi();
|
|
@@ -20820,7 +20818,7 @@ ${intlTelStyles}`;
|
|
|
20820
20818
|
destroy();
|
|
20821
20819
|
},
|
|
20822
20820
|
getVersion() {
|
|
20823
|
-
return "1.0.
|
|
20821
|
+
return "1.0.27";
|
|
20824
20822
|
}
|
|
20825
20823
|
};
|
|
20826
20824
|
if (typeof window !== "undefined") {
|