diff --git a/libs/blocks/marketo/marketo.js b/libs/blocks/marketo/marketo.js index bb3e8fc414..7f27eeae7c 100644 --- a/libs/blocks/marketo/marketo.js +++ b/libs/blocks/marketo/marketo.js @@ -229,7 +229,7 @@ export default function init(el) { if (formData[SUCCESS_TYPE] === 'section' && ungated) { el.classList.add('hide-block'); - showSuccessSection(formData, false); + showSuccessSection(formData, true); return; }