Forums

RESOLVED: Cannot get the form to submit to the tables

divesplash 12 Dec, 2011
This is the code I get once I submit the form...
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /hermes/bosweb/web003/b38/sl.divesplash1/public_html/BufferNation/administrator/components/com_chronoforms/form_actions/db_save/db_save.php(63) : eval()'d code on line 10

Fatal error: Call to a member function bind() on a non-object in /hermes/bosweb/web003/b38/sl.divesplash1/public_html/BufferNation/administrator/components/com_chronoforms/form_actions/db_save/db_save.php on line 86

I have followed the tutorials about creating forms and even adding a new table. But I cannot get the form to submit to this table. Any ideas?
GreyHead 12 Dec, 2011
Hi divesplash ,

This error usually arises because there is a dash, space or some other special character in one of your input names. Please check they only use a-z, 0-9 or underscore.

Bob
divesplash 12 Dec, 2011
That was it! I accidently put a space in one of the field names!🙂 Thank you for your help.
This topic is locked and no more replies can be posted.