I'd like to submit a .php form to a url at an external site and redirect to a local
page, but am stumped and need some help.
[code=html]
<form ACTION="http://www.externalsit e/post.php" method="post" name="thisForm" onsubmit="retur n validate(this)" ></form>
[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
Have tried adding a hidden input type but it doesn't seem to be working.
[code=html]
<input type="hidden" name="redirect" value="http://www. mysite.com/thanks.html" />
[/code]
Thanks, LeslieTP
page, but am stumped and need some help.
[code=html]
<form ACTION="http://www.externalsit e/post.php" method="post" name="thisForm" onsubmit="retur n validate(this)" ></form>
[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
Have tried adding a hidden input type but it doesn't seem to be working.
[code=html]
<input type="hidden" name="redirect" value="http://www. mysite.com/thanks.html" />
[/code]
Thanks, LeslieTP
Comment