[file=13161]cf-1.png[/file]
Attempt #1:
Added a Redirect event (with a url in Redirect URL field) at the bottom of the submit stack under TCPDF.
Result: no redirect
Attempt #2:
Added a Custom code event at the bottom of the submit stack under TCPDF. php code in the the Custom code event was:
<?php
unset($form->data);
header("Refresh:0; url=schnauzerloverescue.net");
?>
Result: no redirect
Attempt #3:
Added a Debugger event at the bottom of the submit stack.
Result: no debugger displayed post submit
I tapped out! Can someone point me in the right direction? Shouldn't be this hard!
Attempt #1:
Added a Redirect event (with a url in Redirect URL field) at the bottom of the submit stack under TCPDF.
Result: no redirect
Attempt #2:
Added a Custom code event at the bottom of the submit stack under TCPDF. php code in the the Custom code event was:
<?php
unset($form->data);
header("Refresh:0; url=schnauzerloverescue.net");
?>
Result: no redirect
Attempt #3:
Added a Debugger event at the bottom of the submit stack.
Result: no debugger displayed post submit
I tapped out! Can someone point me in the right direction? Shouldn't be this hard!