Skip to content

Commit

Permalink
thank you message
Browse files Browse the repository at this point in the history
  • Loading branch information
learyjk committed Sep 5, 2024
1 parent a25cea2 commit aa01be6
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 @@ -182,6 +182,7 @@ function marketoSendToTrialPage(values, followUpUrl, $form) {
return false;
}
function marketoDisplayThankYou(values, followUpUrl, $form) {
console.log({ values, followUpUrl, $form });
let thankYouMessage = $form.data("thank-you-message");
if (typeof thankYouMessage === "undefined") {
thankYouMessage =
Expand Down

0 comments on commit aa01be6

Please sign in to comment.