Forums

Form not working from a page

Zito 15 Dec, 2012
Hello, I hope that someone can help me.
I have a simple form with name, surname, email address, phone number... and a submit button. On submit it send me an email with form fields and save fields in a table.
This form worked before, but I don't know why, now it is not working anymore.
Exactly: if I make a test using "test form" button and I debug it, it works ( send the email and save data into the database table ). When I use the form from the page I have published it using the code {chronoforms}myform{/chronoforms} when I push the submit button it just reload the form and no email is sent and no data is saved into the database table.
What can I do?

This is the debug result:

Data Array:
Array
(
[option] => com_chronoforms
[tmpl] => component
[chronoform] => contattigen
[event] => submit
[Itemid] =>
[Nome] => my name
[email] => [email]mailaddress@emailaddress.com[/email]
[Telefono] => 393886552471
[Oggetto] => this is the subject
[Messaggio] => this is the message!
[invio] => INVIO
[0d4f615b94c35e3f6d4043fb73f1e828] => 1
[chronoform_data] => Array
(
[cf_uid] => f6b638c603f4961bfc31c971e8678951
[cf_created] => 2012-12-15 10:00:16
[cf_created_by] => 0
[cf_ipaddress] => 151.41.204.240
[cf_user_id] => 0
[option] => com_chronoforms
[tmpl] => component
[chronoform] => contattigen
[event] => submit
[Itemid] =>
[Nome] => my name
[email] => [email]mailaddress@emailaddress.com[/email]
[Telefono] => 393886552471
[Oggetto] => this is the subject
[Messaggio] => this is the message!
[invio] => INVIO
[0d4f615b94c35e3f6d4043fb73f1e828] => 1
[cf_id] => 34
)

[chronoform_data_cf_id] => 34
)
Validation Errors:
Array
(
)
Il suo messaggio è stato inviato.

La contatteremo a breve.

Debug Data
email
12
Result
An email has been SENT successfully from ([email]noreply@mysite.com[/email])noreply@mysite.com to [email]xxxxxxxxxx@hotmail.com[/email]
Body
Il Signor my name, ha utilizzato il modulo di contatto.

Oggetto: this is the subject

Corpo del messaggio: this is the message!

Informazioni di Contatto:

Email: [email]mailaddress@emailaddress.com[/email]

Telefono: 393886552471



Attachments
array ( )
Powered By ChronoForms - ChronoEngine.com
Zito 15 Dec, 2012
SOLVED : just setting "NO Cache" on Global System Settings.
Sorry
This topic is locked and no more replies can be posted.