Skip to content

Commit

Permalink
form submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
learyjk committed Aug 13, 2024
1 parent 70eb051 commit ea33c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/form-handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ function loadMarketoForm(form) {
formType: formType,
emailAddress: form.vals().Email,
});
console.log("Form submitted", formId, formType);
if (submitCallbackName) {
return window[submitCallbackName](form);
}
Expand Down

0 comments on commit ea33c68

Please sign in to comment.