> CGI.fieldnames
>
> I know because I'm using this right now for a form that is dynamically
> generated.

FIELDNAMES belongs to Form, not CGI: FORM.FIELDNAMES. Alternatively, in CF
4.5, you can loop over the Form structure using CFLOOP, which avoids the
problem of repeated form field names which might occur with checkboxes and
multi-select boxes.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to