Hi,
I've been digging through the forums (I say digging, because the forum search function is not returning results for many search strings- says the words are too common- even words like "submit" "Button" "Validate" maybe the board owner could check the search function settings?).
We have installed the latest build 1.3.4 B2, reset the menu links, restored the backup form data. This has solved the big issue of field validation, hooray.
Then Submit didn't work, but we found a forum post indicating required fields of type "number" can't have min/max limits set, so disabled min max and the submit button worked.
It seems that whatever the restore data process is, it didn't quite work. The forms are working on the live site with 1.3.2 (but not validating fields).
However, after upgrading, we received this error code:
Problem with ( insert into #__ckforms_2(ProductCheckbox,FirstName,LastName,Company,Email,PreferredPhone,StreetAddress,City,State,ZipCode,YourMessage,created,ipaddress,published,articleid) values('BrokerMetrics','1','2','234','[email protected]','7073964806','','','','','','2010-06-30 16:32:13','76.103.192.20',0,null))Unknown column 'ProductCheckbox' in 'field list' SQL=insert into jos_ckforms_2(ProductCheckbox,FirstName,LastName,Company,Email,PreferredPhone,StreetAddress,City,State,ZipCode,YourMessage,created,ipaddress,published,articleid) values('BrokerMetrics','1','2','234','[email protected]','7073964806','','','','','','2010-06-30 16:32:13','76.103.192.20',0,null)Problem with ( insert into #__ckforms_2(F47,F6,F7,F8,F9,F11,F12,F13,F50,F14,F46,created,ipaddress,published,articleid) values('BrokerMetrics','1','2','234','[email protected]','7073964806','','','','','','2010-06-30 16:32:13','76.103.192.20',0,null))
Unknown column 'F47' in 'field list' SQL=insert into jos_ckforms_2(F47,F6,F7,F8,F9,F11,F12,F13,F50,F14,F46,created,ipaddress,published,articleid) values('BrokerMetrics','1','2','234','[email protected]','7073964806','','','','','','2010-06-30 16:32:13','76.103.192.20',0,null)
Captcha is enabled.
site: http://staging.dev.terradatum.com
live: http://www.terradatum.com
Can someone tell us what to do next?
XtineMMM