I've inherited a deployment where forms are implemented as scripts (see below) - is there a way to set a per-reg page thank you page in this model? Or do I have to create a unique version of the form for every registration page where I want to re-direct to a thank you page?
(As it is now, we're not actually setting a thank you page - just sending an autorespond email and reloading the page after form completion.)
<div id="form-holder-1">
<script src="//app-xxxx.marketo.com/js/forms2/js/forms2.min.js"></script>
<form id="mktoForm_1016"></form>
<script>MktoForms2.loadForm("//app-xxxx.marketo.com", "xxx-xxx-xxx", 1016);</script>