You could try embedding the fields. I use Ben Forta's custom tag
cf_embedfields. You can find it here:
 
http://www.macromedia.com/cfusion/exchange/index.cfm?view=sn131&extID=1000001
 
 
Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org
 
 
[EMAIL PROTECTED]

>>> [EMAIL PROTECTED] 7/29/2003 1:15:06 PM >>>
> >I don't really want to stash the data in a temporary table, since
this web
> >site
> >currently isn't data-driven and has no data source available.  Also,
I don't
> >want to user session variables.
>
> When the second form is being built, just create hidden form
variables
> holding the values from the first form. When you submit the second
form,
> both groups of vars get passed. Essentially you're transferring the
first
> batch of data twice, but unless you've got a ton of data, it
shouldn't be
> an issue.

No problems there.  I already use hidden form fields within the second
form.
The quesion is how to get from the template that displays FormA to the
template
doing FormB by doing a POST.  I commonly do this with a CFLOCATION and
URL
variables when there's not much data to be passed.  It's not as simple
to do a
POST.

Maybe the answer is to use a single template and then CFINCLUDE the
individual
forms from that template (or they could be entirely contained in one
template
if I want to manage one gigantic source file).

Jim


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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.
http://www.cfhosting.com

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

Reply via email to