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/cf-talk@houseoffusion.com/
> 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/cf-talk@houseoffusion.com/
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