Here is the simplest way (this pre-supposes it is a CF variable you wish to
pass):

<CFOUTPUT>
        <FORM ACTION="some_template" METHOD="post">
                <INPUT TYPE="Hidden" NAME="variable_name" VALUE="#variable you are
passing#">

                Form content here...

                <SUBMIT Button>
        </FORM>
</CFOUTPUT>

Cheers,
--
David L. Rice
Web Development Consultant
[EMAIL PROTECTED]
Q: 177820
24/7 cell: 770.354.5953
----------------------------

> -----Original Message-----
> From: Joshua Yip [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 23, 2000 2:37 PM
> To: CF Talk
> Subject: Hidden question
>
>
>
> How does one pass a hidden value to the next template without using
> cfform?
> Thanks
> --
> Joshua Yip
> ICQ : 8657630
> IVOX TECHNOLOGY
>
>
>
> --------------------------------------------------------------
> ----------------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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