Hi,
I have a form with multiplier set and it saves the data to the first database table (the fields outside the multiplier) but on the db save to insert the multiplier fields doesn't insert the values on a second database table.
Debugger shows this information:
I attached a screenshot of the second database table.
Thanks. Regards.
I have a form with multiplier set and it saves the data to the first database table (the fields outside the multiplier) but on the db save to insert the multiplier fields doesn't insert the values on a second database table.
Debugger shows this information:
Data Array
Array
(
[chronoform] => DatosEntidades
[event] => submit
[id] => 23
[ONG] => Entidad de Prueba
[Entidad] => Array
(
[0] => Array
(
[delegacion] => Madrid
[domicilio] => Prueba nº3
[codigoPostal] => 28016
[ciudad] => Madrid
[provincia] => Madrid
[personaContacto] => Directora de la Fundación
[emailContacto] => example@example.com
[idDelegacion] =>
)
[idONG] => 23
[idDelegacion] => 0
)
[counter] => 0
[aceptoPoliticaPrivacidad] => Aceptada
[bEnviar] => Enviar
[ip_address] => 80.58.140.73
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[2] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `lbqfh_chronoengine_chronoforms_datatable_DatosEntidades` (`id`, `ONG`, `aceptoPoliticaPrivacidad`, `user_id`, `uniq_id`, `created`) values ('', 'Entidad de Prueba', 'Aceptada', '446', 'd1d9f3fd286dc1cac8ece693bd659292087239ce', '2016-09-19 15:45:24');
)
)
)
[3] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
)
)
)
I attached a screenshot of the second database table.
Thanks. Regards.