Hi,
I would like to insert a form in a banner on the home page!
But after I submitted this form the banner disappears and on the homepage, there is the box blank
What I can do in order to be always visible?
Thanks
Solved! Go to Solution.
You must have added custom JS already that is causing this.
The <form> element, or its wrapper container, won't be emptied on form success by default! That has to be custom.
Rather, Marketo's default behavior is to refresh the page entirely on form success.
You must have added custom JS already that is causing this.
The <form> element, or its wrapper container, won't be emptied on form success by default! That has to be custom.
Rather, Marketo's default behavior is to refresh the page entirely on form success.