May 26th, 2011, 10:56 AM
(May 25th, 2011, 7:32 PM)JMW Wrote: If you are going to have multiple forms, you need tomake sure that each one has unique field names, otherwise you may get "crosstalk" between them if both are active at the same time. I found that out the hard way because the sessions info was being overwritten because the fields names were the same in both forms, regardless that they both had unique ID's.
I know it's a pain, but go through one of them and make all the fields names unique and there is no duplication between the two forms.
Odd, because a 303 error is that the form has been disabled, so it shouldn't be uploading anything. Rename all the field names in the new form, edit the database for it accordingly and see if that fixes it.
JMW - Thanks for the suggestion. The field name are indeed identical. I'll update the fields and post back with the results.