Nov 4th, 2010, 6:56 PM
Hi MrGarvin,
Sounds like maybe the database field size is too small. Go to your Edit Form -> Database tab and make sure it's at least 256 chars for that field.
MySQL is very forgiving in this regard: if values being inserted into a field are too big for the field, it just truncates it. So what's probably happening is that the last field is being truncated, which prevents it from appearing as checked in the FT interface.
Hope this helps!
- Ben
Sounds like maybe the database field size is too small. Go to your Edit Form -> Database tab and make sure it's at least 256 chars for that field.
MySQL is very forgiving in this regard: if values being inserted into a field are too big for the field, it just truncates it. So what's probably happening is that the last field is being truncated, which prevents it from appearing as checked in the FT interface.
Hope this helps!
- Ben
