Ahhh problem
A dont see that my form make two records in each database.
the fisrt ok and second empty
This is the debug.
Array
(
[option] => com_chronoforms5
[chronoform] => th_Potenciales
[event] => submit
[Nombre] => sdfdsafs
[Correo] => ideagrup.tomas@gmail.com
[Empresa] => dfg
[Direccion] => gfh
[Poblacion] => dfgaafdsa
[Cpostal] => 234
[Provincia] => dfs
[Presup] => Array
(
[Producto] => yyyyyyy
[Empresa] => sdfdsafs
[id] => 17
)
[Enviar] => Enviar
[id] => 38
[ip_address] => 81.43.178.221
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[2] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `#_th_Potenciales` (`Nombre`, `Correo`, `Empresa`, `Direccion`, `Poblacion`, `Cpostal`, `Provincia`, `Enviar`, `user_id`, `created`) values ('sdfdsafs', 'ideagrup.tomas@gmail.com', 'dfg', 'gfh', 'dfgaafdsa', '234', 'dfs', 'Enviar', '0', '2015-02-27 16:21:11');
)
)
)
[5] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `#_th_Presupuestos` (`Producto`, `Empresa`, `user_id`, `created`) values ('yyyyyyy', 'sdfdsafs', '0', '2015-02-27 16:21:11');
)
)
)
[3] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:ideagrup.tomas@gmail.com, ideagrup@yahoo.es
[2] => Subject:Solicitud de presupuesto web
[3] => From name:Presupuestos ThomasWebb
[4] => From email:presupuestos@thomaswebb.es
[5] => CC:
[6] => BCC:
[7] => Reply name:Nombre
[8] => Reply email:
[9] => Attachments:
[10] => Body:
<table>
<tr><td>Nombre</td><td>sdfdsafs</td></tr>
<tr><td>Correo</td><td>ideagrup.tomas@gmail.com</td></tr>
<tr><td>Empresa</td><td>dfg</td></tr>
<tr><td>Dirección</td><td>gfh</td></tr>
<tr><td>Población</td><td>dfgaafdsa</td></tr>
<tr><td>Código Postal</td><td>234</td></tr>
<tr><td>Provincia</td><td>dfs</td></tr>
<tr><td>Producto</td><td></td></tr>
</table>
)
)
)