Apart from the obvious, as solutions have been given.
One has to remember that the cfdump tag is a debug tool, and really
shouldn't be used in situations like this.
Just an FYI for others who might read this.
On 12/28/07, Scott Raley -ITC <[EMAIL PROTECTED]> wrote:
> I've got to put an employme
Form Results
The following FORM variables were submitted by
#cgi.http_referer#:
#field#: #form[field]#
The following URL variables were submitted by
#cgi.http_referer#:
#field#: #url[field]#
No
-Community
Subject: Re: Form Dump
Remember that the form scope is a struct, so you can loop over the struct:
#i#: #form[i]#
larry
>Try this instead:
>
>
>
> #i# = #form[i]#
>
>
>
>
&
Remember that the form scope is a struct, so you can loop over the struct:
#i#: #form[i]#
larry
>Try this instead:
>
>
>
>
> #i# = #form[i]#
>
>
>
>
>Chris Peterson
>
>I haven't tried the code (could be typos) b
Try this instead:
#i# = #form[i]#
Chris Peterson
-Original Message-
From: Duane [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 27, 2007 4:20 PM
To: CF-Community
Subject: RE: Form Dump
I haven't tried the code (could be typos) but this s
doh
that would work, just got to name the form fields something useful..
-Original Message-
From: Zaphod Beeblebrox [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 27, 2007 4:18 PM
To: CF-Community
Subject: Re: Form Dump
just loop over the keys in the form scope and output the key
yup that works. Just have to rename some of the form fields so the HRO
person knows what it is.
-Original Message-
From: Duane [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 27, 2007 4:20 PM
To: CF-Community
Subject: RE: Form Dump
I haven't tried the code (could be typos) but
What don't you like about ? The reasons you are rejecting
this option can highly influence the complexity of what you are looking
for.
But if you just want a simple vanilla dump without the DHTML and colors
of you can always do this.
#field#: #form[field]##chr(13)##chr(10)#
Provide
I haven't tried the code (could be typos) but this should be close.
#thisField# = #evaluate("form.#thisField#")#
-Original Message-
From: Scott Raley -ITC [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 27, 2007 5:14 PM
To: CF-Community
Subject: Form Dump
I've got to put an emplo
just loop over the keys in the form scope and output the key name and key value?
On 12/27/07, Scott Raley -ITC <[EMAIL PROTECTED]> wrote:
> I've got to put an employment application online and email this. Other then
> cfdump'ing it to an email is there any easy way to dump all the form fields.
> A
10 matches
Mail list logo