RE: CFFORM with method=GET?

2003-03-07 Thread Everett, Al
 Everett, Does that mean I'm stuck with using the regular FORM tag?

I wouldn't consider it being stuck. I stay far away from CFFORM. I much
prefer to roll my own validation routines.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CFFORM with method=GET?

2003-03-06 Thread Everett, Al
There is no METHOD attribute for CFFORM.

 -Original Message-
 From: James [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 06, 2003 4:42 PM
 To: CF-Talk
 Subject: CFFORM with method=GET?
 
 
 Hello Everyone,
 
  
 
 I'm trying to use CFFORM with method=GET I need to pass my form
 variables via the URL but it seems to be working like a POST. 
 
  
 
 My Code:
 
  
 
 cfform name = Search action = action.cfm method=GET
 
  
 
 If I get rid of the CFFORM and use a regular FORM it works.
 
  
 
 Any ideas?
 
  
 
 Regards,
 
 James Blaha
 
  
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CFFORM with method=GET?

2003-03-06 Thread Dave Watts
 I'm trying to use CFFORM with method=GET I need to pass 
 my form variables via the URL but it seems to be working 
 like a POST.

Straight from the docs:

The method attribute is automatically set to post; if you specify a value,
it is ignored.

So, if you must send data via the URL, you'll probably want to use a regular
HTML form.

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

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4