Hi. I've been beating my head against this for a few days now; scanned the forums at length, read FAQ several times, time to ask for help!! My form = http://sd.studentdiaries.com.au/iq01.
Works fine when lodged with Ajax but fails with non-Ajax-> "Sorry, but you are looking for something that isn't here". Redirect page is actually = http://sd.studentdiaries.com.a…..iq-success. Other Ajax forms work OK.
I need non-Ajax because I want to 'grab' $subID so that I can relate a specific submission to a specific visitor (/potential customer). As best as I can see, non-Ajax does db_write then my_cforms_action, so $subID has a value; but Ajax does my_cforms_action then db_write.