No.  The problem is not the form.fieldnames attribute, but that the form is
not passing any form fields.  None.  So, for instance, I have a form field
named "Name".  When I type something in this box and hit submit, the form
field "name" is not passed to the next page.

-- Jeff



----------------------------------------------------------------------------
---

Did you try passing a hidden field named "fieldnames" containing a list of
form fields?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to