Skip to content

Commit

Permalink
fix: ensure the marketo instance and munchkin IDs are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Nov 6, 2020
1 parent 99b38e6 commit d473838
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/hooks/useMarketoForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const useMarketoForm = ({
actions: {
loadForm: asEffect(() => {
window.MktoForms2.loadForm(
'//app-abj.marketo.com',
'//app-ab44.marketo.com',
munchkinId,
id,
(form) => (form ? send({ type: 'READY', form }) : send('LOAD_ERROR'))
Expand Down
2 changes: 1 addition & 1 deletion src/pages/apj-nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const NerdDaysPage = () => {
<MarketoForm
id={1420}
title="REGISTER FOR NERD DAYS | APAC"
munchkinId="412-MZS-894"
munchkinId="341-XKP-310"
publishableKey="pk_4d10daa544de6f993a9a9ce002ccd1c6"
redirectLink="/nerd-days-thank-you"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/emea-nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ const NerdDaysPage = () => {
<MarketoForm
id={1418}
title="REGISTER FOR NERD DAYS | EMEA"
munchkinId="412-MZS-894"
munchkinId="341-XKP-310"
publishableKey="pk_4d10daa544de6f993a9a9ce002ccd1c6"
redirectLink="/nerd-days-thank-you"
/>
Expand Down

0 comments on commit d473838

Please sign in to comment.