Jun 3rd, 2011, 6:45 AM
(Jun 3rd, 2011, 6:38 AM)Ben Wrote: Heya,
Ah! The problem is that you're detecting for values in the query string, not the fields returned from sessions. Try changing this line:
Code:if (isset($_GET["submission_id"]) && isset($_GET["unique_key"]))
to this:
Code:if (isset($fields["form_tools_submission_id"]) && isset($fields["unique_key"]))
That may help.
- Ben
Oppps I got an FormTools error page . . . code 406
let me check to see if i pasted wrong