Question
Marketo Form embedded on Non Marketo Page and Need it to go to a specific landing page
We are embedding Marketo Forms on website pages in WordPress.
I would like for the forms to go to specific landing pages and know that I can't define that in Marketo.
Is there a piece of code you can add to the form to redirect it to a specific thank you page on completion. This is the code I am working with now:
<script src="//app-ab39.marketo.com/js/forms2/js/forms2.min.js"></script><form id="mktoForm_1015"></form>
<script>MktoForms2.loadForm("//app-ab39.marketo.com", "194-ATY-897", 1015);</script>
<script>MktoForms2</script>
<script>MktoForms2.whenReady(function(form) { form.onSuccess(function(values,www.juvare.com/thank-you-test-page/)
});
</script>