Jul 23rd, 2011, 8:42 PM
Well "live" should by set in he library include ... yes? At this point the echo .$Mode is superfluous I think.
Dave
Dave
(Jul 23rd, 2011, 9:43 AM)Ben Wrote: 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