When I setup a form that includes custom fields (these are already existing custom fields - I didn't create new ones) and try to submit it, I have a few things happen:
A - email DOES get input to the database
B - custom fields DO NOT get input into the database
C - webpage gives the following error:
Invalid query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,st reetaddress_1,city,state,zipcod' at line 1
The error is being generated by s.php and the entire form contents are in the URL Bar
I am using MySQL v5.0.89 and PHP v5.2.12 on an apache server (hosted so I have no control over the server itself, but I don't think this is a server issue)
It appears that there is something in the SQL Queries that is not correctly formatted for version 5.0.89 - but I have no idea looking at the script what it is that is setup incorrectly.
Has anybody out there gotten this working with custom fields? If not, would you be willing to look at the file and offer any suggestions? (I can post it here if that is preferred).
Thanks in advance for any assistance.
the s.php file causing the problems
I had the same problem, i fixed it.
I added the new s.php file