Hi Sanford, In your answer above to set the TY page instead of the form using the token, where would I add this code? MktoForms2.whenReady( function (form){ form.onSuccess( function (vals,tyURL){ document.location.href = "{{my.Thank You LP}}" ; return false ; }); });
... View more