Forums

why is this happening?

delroyp 30 Mar, 2011
below is the error code i get when i'm testing my form but i don't have a verification field on the front end......
"You have entered an incorrect verification code at the bottom of the form."
GreyHead 30 Mar, 2011
Hi delroyp ,

Please open the Form Editor, go to the Anti-Spam tab and you'll probably find that you have Anti-Spam set to Yes.

Bob
delroyp 30 Mar, 2011
great that worked.... thanks..

once the form is filled out and submitted, where does that data go and how do i get it......?
GreyHead 30 Mar, 2011
Hi delroyp ,

It doesn't go anywhere unless you ask it to.

What do you want to happen?

Bob
delroyp 30 Mar, 2011
I would like all info collected to be sent to me e-mail per user and also store in a excel database on the back-end. how do i get that done?
GreyHead 30 Mar, 2011
Hi delroyp,

There are tutorials for both of those processes if you click the Tutorials link above. They are from an earlier version of ChronoForms and some screens have changed but the steps are the same.

Bob
delroyp 31 Mar, 2011
thanks.... i also got the following two codes how do i fix them....
Parse error: syntax error, unexpected '-', expecting ',' or ';' in /home/content/90/6839290/html/components/com_chronocontact/chronocontact.php(53) : eval()'d code on line 10

Fatal error: Call to a member function bind() on a non-object in /home/content/90/6839290/html/components/com_chronocontact/libraries/customcode.php(71) : eval()'d code on line 13
thanks in advance
GreyHead 31 Mar, 2011
Hi delroyp,

You probably have a dash '-' in one of your input names. Dashes give ChronoForms and MySQL problems. Please rename the input using only [a-z], [A-Z], [0-9] or underscore '_'. No dashes, spaces or other special characters.

Bob
GreyHead 31 Mar, 2011
Hi delroyp,

Hmm . . . the form input names look OK; what are the column names in the database table, and the table name?

Bob
lyean 05 Apr, 2011
Hey , i do have a '-' in my name! But once i corrected it , everything just went smooth already. thanks, Greyhead.
This topic is locked and no more replies can be posted.