Jul 23rd, 2011, 9:43 AM
Hi Dave,
It looks like what's happening is that on page load, $pp["mode"] doesn't have a value of "initialize" OR "live", so the ft_api_process_form() function isn't being passed any values at all, hence the 306 error.
I see you have an echo $mode; at the top. Is the mode stored in $pp["mode"] or $mode?
- Ben
It looks like what's happening is that on page load, $pp["mode"] doesn't have a value of "initialize" OR "live", so the ft_api_process_form() function isn't being passed any values at all, hence the 306 error.
I see you have an echo $mode; at the top. Is the mode stored in $pp["mode"] or $mode?
- Ben