"METHOD" is not a valid attribute of the CFFORM tag (or so the docs tell me). Seems that CF ignores all attributes in a CFFORM tag that are not supported.
Try it yourself :) <cfform action="index.cfm" method="GET" whatever="foo"> I can only suggest you do what we do. Never use CFFORM. It's a little more abstraction from the code than we like and usually ends up being more trouble than its worth. _______________________ James Silva Web Production Gruden Pty Ltd Tel: +61 02 9956 6388 Fax: +61 02 9956 8433 Email: [EMAIL PROTECTED] Web: www.gruden.com _______________________ > Hi, > > I have just discovered that the tag CFFORM on my CF 5.0/NT4 ignores > "method" parameter. > > <CFFORM action="" method=GET"> > always puts method=POST no matter what. > > Is it just me or it's a well know/overlooked problem? > > Mark Feldman. > Web Developer. > UniSuper Management > > [EMAIL PROTECTED] > http://www.unisuper.com.au --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
