Re: Server side form validation amp; CF8

2007-09-20 Thread Anthony Webb
Looks to me like the problem is that it is trying to validate the element that you deleted when you inserted the new item with _CFFIX appended. cf8 must be doing form validation by looping over the fieldnames instead of the form structure itself, and when you delete elements from the structure,

Re: Server side form validation amp; CF8

2007-09-20 Thread Anthony Webb
I tried changing form.fieldnames and replacing the old fieldnames with the new ones on the whim that maybe it was looping over that list for validation, but that did not do anything. It is referencing that element of the form some other way. Is anyone aware of how to just disable form