Parse error: syntax error, unexpected '-', expecting ',' or

GreyHead 07 Jan, 2011
Hi Anna,

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.

You'll also need to rename the column in the database table to match and then refresh the DB Connection (see below)

Bob

You need to refresh the DB Connection after any changes to database column names. In the Form Editor click the DB Connection tab and set the Connection to 'No'. Click the 'Apply icon in the toolbar to save the form, open the DB Connection tab, set the Connection back to 'Yes' and re-save the form. This will refresh the copy of the table information that ChronoForms uses.
Anna C. Satta 08 Jan, 2011
Uh! Great! resolved!!!
thank you very much, now it's ok!
I'm happy!

Anna
This topic is locked and no more replies can be posted.