Skip to content

Commit 27eee3d

Browse files
authored
Merge pull request #1693 from zachlasiuk/main
TEMPLATE: Debug form id
2 parents 02e83cf + 53591eb commit 27eee3d

File tree

1 file changed

+1
-1
lines changed
  • themes/arm-design-system-hugo-theme/layouts/partials/learning-paths

1 file changed

+1
-1
lines changed

themes/arm-design-system-hugo-theme/layouts/partials/learning-paths/next-steps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ <h2 class="modal-title">Program Registration Success</h2>
305305
MktoForms2.loadForm(
306306
'//engaged.arm.com',
307307
'{{getenv "HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID"}}',
308-
{{getenv "HUGO_FORM_ID_FOR_PROGRAM_SIGNUP"}},
308+
'{{getenv "HUGO_FORM_ID_FOR_PROGRAM_SIGNUP"}}',
309309

310310
function(form) {
311311
const formContainer = document.getElementById('marketo-form-container');

0 commit comments

Comments
 (0)