I have updated to the newest version (1.3.3), and restored a backup of a form. I'm working on a test site, want to make sure that everything is good before I update my live-site.
Everything looks to be okay, but when I post I get to the 'Thank you' screen, and there's a lot of 'rubbish' in the page. It looks like this:
Problem with ( insert into #__ckforms_1(F1,F2,F3,F4,F5,F6,F7,F8,F9,created,ipaddress,published) values('data','data','data','data','data','data','data','','','data','data',1))Unknown column 'F1' in 'field list' SQL=insert into yhvd_ckforms_1(F1,F2,F3,F4,F5,F6,F7,F8,F9,created,ipaddress,published) values('data','data','data','data','data','data','data','','','data','data',1)
Where data are the values posted by the form.
It looks like the form is functioning like it should, data is emailed to me and is stored in the database.
What am I doing wrong?