Question
Validating same field names
I am dynamically generating cfinputs inside a cfloop, so they
all have the same field names. Becuase of this, I cannot use the
cfinput required attribute to validate. If I use fieldname#i#, the
cfinput validation works, but then my insert will not work.
How can I validate input fields that have the same name ?
How can I validate input fields that have the same name ?
