> Until MM ensures that only hidden form fields are considered for server > side form validation.
Which would be impossible, since the "hiddenness" of a form variable is only client-side, not server-side, so there's no way for CF to know whether a field was hidden or not, unless it somehow preprocessed the form before it was sent to the client and remembered for the submission, and even that would be dependant on the form being served from the same session as the submission is sent to. Now that is a run-on sentance. ; ) cheers, barneyb On Wed, 20 Oct 2004 12:49:17 -0400, Tangorre, Michael <[EMAIL PROTECTED]> wrote: > ColdFusion server side processing is kicking in due to the "_required" > on the field name. > Rename your field to something else would be the easiest solution... > Until MM ensures that only hidden form fields are considered for server > side form validation. > > Michael T. Tangorre > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/blog/ I currently have 2 GMail invites for the taking ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=36 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182024 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

