Hi,
I been using Chronoforms for years, but now i have a problem getting the data submited from the form.
I've al ready do a var_dump($form->data); getting only this:
array(3) { ["chronoform"]=> string(10) "Interesado" ["event"]=> string(6) "submit" ["id"]=> int(943) }
this is the url to the form: http://disenostropicales.com/component/chronoforms5/?chronoform=Interesado
as you see, no form data is submited
Than You in advance
This is what im getting from the debugger:
Array
(
[chronoform] => Interesado
[event] => submit
[id] => 943
[ip_address] => 162.144.23.xx
)
Array
(
)
Array
(
[11] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `parasoles_chronoengine_chronoforms_datatable_Interesado` (`user_id`, `uniq_id`, `created`) values ('0', 'e4e1a1522f46d6053027388ff520653a5f474d2d', '2016-02-09 15:58:38');
)
)
)
[0] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:jdmal2004@gmail.com
[2] => Subject:Contacto - Web Parasoles Tropciales
[3] => From name:Parasoles Tropicales
[4] => From email:info@disenostropicales.com
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Array
(
)
[11] => Body:
<table>
<tbody>
<tr>
<td>Nombre</td>
<td></td>
</tr>
<tr>
<td>Email:</td>
<td></td>
</tr>
<tr>
<td>Ciudad</td>
<td></td>
</tr>
<tr>
<td>Telefono</td>
<td></td>
</tr>
<tr>
<td>Mensaje</td>
<td></td>
</tr>
<tr>
<td>Consulta Desde:</td>
<td></td>
</tr>
</tbody>
</table><br /><br />IP: 162.144.23.71
)
)
)
I been using Chronoforms for years, but now i have a problem getting the data submited from the form.
I've al ready do a var_dump($form->data); getting only this:
array(3) { ["chronoform"]=> string(10) "Interesado" ["event"]=> string(6) "submit" ["id"]=> int(943) }
this is the url to the form: http://disenostropicales.com/component/chronoforms5/?chronoform=Interesado
as you see, no form data is submited
Than You in advance
This is what im getting from the debugger:
Array
(
[chronoform] => Interesado
[event] => submit
[id] => 943
[ip_address] => 162.144.23.xx
)
Array
(
)
Array
(
[11] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `parasoles_chronoengine_chronoforms_datatable_Interesado` (`user_id`, `uniq_id`, `created`) values ('0', 'e4e1a1522f46d6053027388ff520653a5f474d2d', '2016-02-09 15:58:38');
)
)
)
[0] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:jdmal2004@gmail.com
[2] => Subject:Contacto - Web Parasoles Tropciales
[3] => From name:Parasoles Tropicales
[4] => From email:info@disenostropicales.com
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Array
(
)
[11] => Body:
<table>
<tbody>
<tr>
<td>Nombre</td>
<td></td>
</tr>
<tr>
<td>Email:</td>
<td></td>
</tr>
<tr>
<td>Ciudad</td>
<td></td>
</tr>
<tr>
<td>Telefono</td>
<td></td>
</tr>
<tr>
<td>Mensaje</td>
<td></td>
</tr>
<tr>
<td>Consulta Desde:</td>
<td></td>
</tr>
</tbody>
</table><br /><br />IP: 162.144.23.71
)
)
)