Skip to content

Commit

Permalink
Update marketo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-bluetext committed Apr 17, 2024
1 parent f415dc1 commit 60343e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blocks/marketo/marketo.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ const embedMarketoForm = (marketoId, formId, successUrl) => {
});
}
// Drift popup custom code
drift.api.collectFormData(values, {
campaignId: 2787244,
followupUrl: 'https://www.merative.com/thank-you',
});
// drift.api.collectFormData(values, {
// campaignId: 2787244,
// followupUrl: 'https://www.merative.com/thank-you',
// });
// Return false to prevent the submission handler continuing with its own processing
return false;
});
Expand Down

0 comments on commit 60343e2

Please sign in to comment.