Skip to content

Commit

Permalink
Merge pull request #48 from herodevs/staging
Browse files Browse the repository at this point in the history
feat(): add drupal-7 channel partners form redirect
  • Loading branch information
eduardoRoth authored Sep 3, 2024
2 parents a7a27de + eba2260 commit 881e221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/helpers/hubspot.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@
document.location.href = './vulnerability-alerts-signup';
} else if (isOnURL('/pricing')) {
document.location.href = './thank-you';
} else if (isOnURL('drupal-7-channel-partners')) {
document.location.href = './form-submitted-partners';
} else if (isOnURL('support/disclosures')) {
/**
* page IS disclosures
Expand Down

0 comments on commit 881e221

Please sign in to comment.