Not sure I understand this.  Is form.fieldnames a preset list of all the
fieldnames from the submitted form?

*  -----Original Message-----
*  From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
*  Sent: Tuesday, September 19, 2000 9:59 AM
*  To: [EMAIL PROTECTED]
*  Subject: Re: [CF-Talk] Form Submission
*  
*  
*  Something like
*  
*  <cfloop list="#form.fieldnames#" index=idx>
*  #idx#  =  #evaluate(idx)#<br>
*  </cfloop>
*  
*  ????
*  
*  ~Justin
*  
*  ----- Original Message -----
*  From: "Peter Benoit" <[EMAIL PROTECTED]>
*  To: <[EMAIL PROTECTED]>
*  Sent: Tuesday, September 19, 2000 2:51 PM
*  Subject: [CF-Talk] Form Submission
*  
*  
*  > I want to email the results of a rather large form to 
*  someone.  I can't
*  > verify that all the form fields have been filled out prior to the
*  submission
*  > (no client side scripting allowed), so how can I do this 
*  without a huge
*  > number of :
*  >
*  > <cfif IsDefined('form.whatever')>#form.whatever#</cfif>
*  >
*  > I end up typing this over and over for each form field.  
*  Is there a better
*  > way of doing this?
*  >
*  > Thanks,
*  > Peter
*  >
*  > 
*  -------------------------------------------------------------
*  -------------
*  ----
*  > Archives: http://www.mail-archive.com/[email protected]/
*  > To Unsubscribe visit
*  http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lis
ts/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to