Posts: 1
Threads: 1
Joined: Mar 2010
Reputation:
0
Hi, my problem is that when i submitt the form, in the database no save all the text.
Sample:
if i write: Sandra Nuñez Martinez, in the database, save the text: Sandra Nu
and cut the other text.
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Hi roblanco,
Hmm... do you have access to phpMyAdmin, or some other tool for querying the content of the database tables directly? If so, could you take a look at the actual form table (it's probably called something like ft_form_X, where X is the form ID) and see if the data got there in one piece.
All Form Tools pages and database INSERT queries are made as UTF-8, so it SHOULD be getting into the database. I'd like to confirm it's actually in there first before looking for other causes.
- Ben