Hey Sanford,
I need to change the follow up url to relative path depending on a radio button selection. See code below.
<div class="mktoRadioList mktoHasWidth" style="width: 380px;"><input name="pERContactUsFormType" id="mktoRadio_32448_0" value="Solutions and Product Inquiries" type="radio" class="mktoField"><label for="mktoRadio_32448_0">Solutions and Product Inquiries</label><input name="pERContactUsFormType" id="mktoRadio_32448_1" value="Client Service Requests" type="radio" class="mktoField"><label for="mktoRadio_32448_1">Client Service Requests</label></div>
So when someone selects "Solutions and Product Inquiries" the follow up URL should be /contact/thank-you.
If they select "Client Service Requests" follow up URL should be /contact/cs-thank-you.
Can something like this be done through JS or through the Marketo form settings options?
Can you open a new thread for this, please? I'll answer there. Also, pls always highlight code using the Advanced Editor's syntax highlighter so it's readable. In this case choose HTML/XML from the dropdown.