Sure Jim, 

try this....

  <!--- Form variables --->
   <H4>Form Variables</H4>


   <CFIF NOT IsDefined("Form.FieldNames")>
      <P>There are no form variables</P>
   <CFELSE>
      <CFLOOP LIST="#Form.FieldNames#" INDEX="Key">
         Form.#Key#: #Evaluate("Form." & Key)#<BR>
      </CFLOOP>
   </CFIF>

At 12:43 PM 4/8/02 -0400, you wrote:
>Can CF output a list of all the form variables passed to a page?
>I vaguely remember this being possible but i don't remember how to do it.
>
>jim
>
>
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to