My form works fine until I activate the Save function DB, then I get this error:
Parse error: syntax error, unexpected '-', expecting ',' or ';' in : Eval () 'd code on line 13
Fatal error: Call to a member function bind () on a non-object in on line 86
I attach the parameters specified in the wizard - event - dbsave, I get the error when I submit the form
Thank in advance for you help,
London
Parse error: syntax error, unexpected '-', expecting ',' or ';' in : Eval () 'd code on line 13
Fatal error: Call to a member function bind () on a non-object in on line 86
I attach the parameters specified in the wizard - event - dbsave, I get the error when I submit the form
Thank in advance for you help,
London
Hi london ,
You probably have a dash '-' or some other special character 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.
You'll need to rename the column in the database to match.
Bob
You probably have a dash '-' or some other special character 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.
You'll need to rename the column in the database to match.
Bob
This topic is locked and no more replies can be posted.