tpeck
03-03-2012, 03:05 PM
I have a form in an iframe that submits nicely. Here is one of the hidden fields that gives the page to redirect to after submitting the form:
<input type="hidden" name="rtrn" value="http://www.domain.com/thanks.html" target="_parent">
The parent target doesn't work, does anyone know how I get the thanks page to replace the page containing the iframe?
<input type="hidden" name="rtrn" value="http://www.domain.com/thanks.html" target="_parent">
The parent target doesn't work, does anyone know how I get the thanks page to replace the page containing the iframe?