Forums

Error message when adding another form

cjbee 28 Oct, 2010
I have created a form in Dreamweaver and added it in Chrono forms. It works great. I am able to complete the form and submit it adding the data into a table.

I then created a second form in Dreamwaver and folowed the exact same staps as the first form. I linked the form to a different table in the same database. When I load the page with the form I get the following error.

"Parse error: parse error, expecting `','' or `';'' in C:\wamp\www\GDX_Database\components\com_chronocontact\chronocontact.php(54) : eval()'d code on line 9"

If I do the same with a third form I get the same error except that the last digit increaments in the error message to "line 10"
GreyHead 28 Oct, 2010
Hi cjbee,

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
This topic is locked and no more replies can be posted.