I tried to follow the paypal demo example showing the submitted fields, but cant get the fields to show.
I also found this post: http://forums.formtools.org/showthread.p...how+fields
And what I have now, is a thank you page with ALL the submissions separated by: - new page -
At the top of the page, I have an error: "Notice: Undefined variable: submission_id in /home/ex/public_html/register/thankyou.php on line 110"
and where I wanted my info to show, Still shows: {$ANSWER_Make}
What am I doing wrong? I have the code in there:
I also found this post: http://forums.formtools.org/showthread.p...how+fields
And what I have now, is a thank you page with ALL the submissions separated by: - new page -
At the top of the page, I have an error: "Notice: Undefined variable: submission_id in /home/ex/public_html/register/thankyou.php on line 110"
and where I wanted my info to show, Still shows: {$ANSWER_Make}
What am I doing wrong? I have the code in there:
Quote:if (isset($_GET["submission_id"]) && is_numeric($_GET["submission_id"])) {
$submission_id = $_GET["submission_id"];
ft_api_show_submission(2, 2, 3, $submission_id);
}