Thanks for all the responses......I will give them a try tomorrow. 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Bloodworth
Sent: Wednesday, May 31, 2006 4:29 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Pass through Variables: Question

You could use a cfinclude instead of trying to redirect to another page.
Alternatively, you could post the form to a new page using cfhttp. 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony L.
Mathis
Sent: Wednesday, May 31, 2006 4:14 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Pass through Variables: Question

Would anyone have an in sight on how to pass your cfform values to a
response page and then have it forward it to another action page based on a
condition. I've searched high and low to no avail. I thought about maybe a
auto submit, but I've heard bad things about doing that and plus I don't
know how to make that happen in cf only in JS.

Example of what I have follows: ? means I don't know. 

Form.cfm

<cfform name="frmTest" format="flash" action="response.cfm"> <cfinput
type="text" name="clientid" value="21"> <cfinput type="submit"
name="cmdEdit" value="Edit">

<cfinput type="text" name="clientid" value="21"> <cfinput type="submit"
name="cmdDelete" value="Delete">




Response.cfm

<cfif IsDefined("FORM.cmdEdit")>
?
</cfif>



<cfif IsDefined("FORM.cmdDelete")>
?
</CFFORM>

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.7.4/351 - Release Date: 5/29/2006
 



-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists Archive @
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by www.fusionlink.com
-------------------------------------------------------------




-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists Archive @
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by www.fusionlink.com
-------------------------------------------------------------



--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.7.4/351 - Release Date: 5/29/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.7.4/351 - Release Date: 5/29/2006
 



-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by www.fusionlink.com
-------------------------------------------------------------



Reply via email to