Arrays on CFv5 with save on dB

Save array data from a ChronoForms form to a database.

Overview

The database table fields were not named to correctly receive array data from the form.
Name the form fields and the corresponding database table columns identically using array notation, such as `ponente[]` and `text[]`.

Answered
teldrive teldrive 29 Mar, 2014
Answer
Just to feedback to this forum with some information that i couldn't find , it is solved and works but i am not sure if I missed something, because i have to fix database to work properly

my test form is very simple , have in mind you must to name fields according to arrays you want, and "handle array action" manages it
[attachment=0]Captura1.JPG[/attachment]
[attachment=3]Captura4.JPG[/attachment]

debugging shows fine
[attachment=1]Captura2.JPG[/attachment]
but database i have to modify leaving just two fields "text" and "ponente"(deleting text[2],tex[3],ponente[2] and ponente[3])
[attachment=2]Captura3.JPG[/attachment]
teldrive teldrive 29 Mar, 2014
I have found yhe issue with database, fileds must be named with same name ponente[] and text[]
[attachment=0]Captura0.JPG[/attachment]
This topic is locked and no more replies can be posted.