Jan 2nd, 2011, 10:03 PM
(Jan 2nd, 2011, 4:34 AM)jpsaenz Wrote: i have found the solution: my php-file was encoded with UTF8. I've converted it to ANSI and it works now. (i can't understand it, but it works...)
I experienced the same problem for 1 of four forms steps. All files where encoded in utf8 and it turned out that I by some reason got mixed charcter encoding in the file even if everything looked just fine. I have to use double byte characters as I need Swedish characters.
The solution where to create a new file in UTF8, copy in all text with single byte characters and write in any double byte characters. And it worked direct.
Even when I had this problem all form submissions where handled correctly in the background but blank page where due to a http response 200 where sent instead of the redirect http 302. So there was some characters in the file that where returned by the page before formtools had a chance to send it's redirect http header.
Tricky problem, so thanks jpsaenz for leading me in right direction
