Quote:
Originally Posted by harleyparts
have you tried to reinstalled over it? ..install 406 see if that works. probibly from the 4.0.2 patch level 4 ypgrade messed a bunch o stuff up
|
I just did, with allow overwrite. No effect.
Quote:
Originally Posted by bananalive
No-ones ever reported anything like this before.
What field type are you using?
Have you got anything in your form hooks?
Have you modified any of the templates?
|
It's happening with all of my forms, they are a mixed bag, radio buttons, free text, etc.
Here's some screenshots to show you what's happening.
Here's the form before you fill it in:
Here's the form after I've filled it in:
Here's the "preview":
Here's what it looks like in the form results:
I've checked the tables, no errors in structure.
Here's what the sdata field looks like:
Code:
a:13:{i:32;s:4:"1979";s:0:"";s:1:"'";i:33;s:5:"Targa";i:34;s:18:"Normally Aspirated";i:35;s:1:"B";i:36;s:4:"M-EU";i:37;s:10:"W50 Manual";i:38;s:1:"W";i:39;s:1:"t";i:40;s:1:"t";i:41;s:1:"t";i:42;s:1:"t";i:43;s:1:"'";}
So it's getting mauled before insertion into the table.
Any ideas?