Oct 1st, 2010, 8:02 PM
Hi wsargent.
Huh! Your code looks fine to me. So when it redirects, what does the query string look like? Does it just end with unique_key= ?
Hmmm... though re-reading the above, something doesn't look right with my last post...
Would you mind trying this? After the $fields = ft_api_init_form_page(3); line add this:
Then resubmit the form. Mind checking to see if the unique_key contains a value in the outputted content? (just View Source on your webpage to see the info in a slightly more readable format!)
I suspect it won't be there...
- Ben
Huh! Your code looks fine to me. So when it redirects, what does the query string look like? Does it just end with unique_key= ?
Hmmm... though re-reading the above, something doesn't look right with my last post...
Would you mind trying this? After the $fields = ft_api_init_form_page(3); line add this:
PHP Code:
if (isset($_POST["Submit"]))
{
print_r($fields);
exit;
}
Then resubmit the form. Mind checking to see if the unique_key contains a value in the outputted content? (just View Source on your webpage to see the info in a slightly more readable format!)
I suspect it won't be there...
- Ben