Forums

DB fields not filling completely [SOLVED]

AyCh 17 Feb, 2012
Hi, I'm a total noob on databases and recently installed and made a suscription form with ChronoForms. I followed the tutorial for creating a database, but I think I must be doing something wrong because when I review the records in the db, some fields are blank, like so:

Link to reference image http://imageshack.us/f/337/65144841.jpg/
This is the link to my form: http://cursosdeli.com/index.php?option=com_chronoforms&chronoform=Registro

I'm not sure if it's something to do with the database setup, since the missing fields are set as VARCHAR, or I also think it might be the way I set the options while making the form. They are set as:
choice 1=Temporada
choice 2=Decoración de Quequitos
choice 3=Cupcakes Gourmet
etc...

But the funny thing is that the three questions below the checkbox yes/no (check reference image above) are radio buttons and are also set like that and those are showing correctly, so that confuses me...

Any help would be highly appreciated!
Thanks!
GreyHead 18 Feb, 2012
Hi AyCh »,

Checkbox groups return an array result (radio button groups just return a single value). Please drag a Handle Arrays action into the OnSubmit event and move it up before the DB Save action.

Bob
AyCh 18 Feb, 2012
Thank you so much! This fixed the problem!! 😀
This topic is locked and no more replies can be posted.