Hey there,
I have a plain HTML form on my site that looks something like this:
<form class="validate jvfloat-form" accept-charset="UTF-8" method="POST" enctype="multipart/form-data" action="http://app-sj01.marketo.com/index.php/leadCapture/save2"> <input type="hidden" name="formVid" value="{{ study.marketo_id }}">
<input type="hidden" name="formid" value="{{ study.marketo_id }}">
<input type="hidden" name="munchkinId" value="{{ site.marketo }}">
It submits just fine and captures the lead, but the redirect is returning JSON. Is there a way to just have it redirect after submission?