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."
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
great that worked.... thanks..
once the form is filled out and submitted, where does that data go and how do i get it......?
Hi delroyp ,
It doesn't go anywhere unless you ask it to.
What do you want to happen?
Bob
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?
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
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
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
Hi delroyp,
Hmm . . . the form input names look OK; what are the column names in the database table, and the table name?
Bob
Hey , i do have a '-' in my name! But once i corrected it , everything just went smooth already. thanks, Greyhead.