I had some problems with form fields not being passed that had names
like new_time, old_date, etc. Apparently CF has built in error
validation that uses hidden fields with underscores in the names to tell
it which fields to validate and with what validation rule. I don't have
it in front of me right now so I can't look up the feature, but you
might want to check what happens if you change the field name to remove
the underscore.

HTH,
K.

"Angel Stewart" <[EMAIL PROTECTED]> wrote in message
news:<000e01c17156$ae9c75a0$0a00a8c0@Gel>...
> Under what circumstances would a form variable NOT be passed forward 
> from one form to the next upon Form Submit?
> 
> I have a form that contains SEVERAL dynamically generated fields, that

> need to all be passed forward. However for some reason certain fields 
> just aren't being detected by the ACTION form.
> 
> If I pass these fields on the URL line, it works. But why should I 
> have to do this?
> 
> -Gel
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to