|
Mailing Lists
|
Home /
Groups /
New York ColdFusion Users Group (NYCFUG)
Get data not passed to form
Author: Rob Voyle
Short Link: http://www.houseoffusion.com/groups/nycfug/thread.cfm/threadid:1557#4879
Hi folks
I have a html page that has a series of links such as.
<a href="email.cfm?email=rob">
<a href="email.cfm?email=kim">
the email.cfm form then has a email contact form that sends the email to rob or
Kim using a series of if statements such as:
<cfif email is "rob"><cfset emailsender="rob@voyle.com">
The process has worked well for several years, recently the email.cfm form is no
longer reading the "email" variable and the email is being sent to a default.
I have reloaded the pages cleaned out the cache etc. but can't get it to work. I
know the hosting company has done recent upgrades and I am wondering if the
GET format has changed.
Thanks for any help
Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Core Elements of the Appreciative Way
http://www.clergyleadership.com/
503-647-2378 or 503-647-2382
Author: Rob Mackenzie
Short Link: http://www.houseoffusion.com/groups/nycfug/thread.cfm/threadid:1557#4880
Maybe try specifically scoping the variable:
e.g. <cfif URL.email IS "rob"> (with 'URL.' added).
On Jan 20, 2008 12:52 PM, Rob Voyle <rob@voyle.com> wrote:
----- Excess quoted text cut - see Original Post for more -----
Author: Rob Voyle
Short Link: http://www.houseoffusion.com/groups/nycfug/thread.cfm/threadid:1557#4881
Hi Rob
Thanks. Your suggestion actually prompted me to wonder and dig a bit further
and realize that several months before I had changed the form but not noticed
an unforseen outcome.
The joys of programming.
Rob
On 20 Jan 2008 at 12:58, Rob Mackenzie wrote:
----- Excess quoted text cut - see Original Post for more -----
|
May 18, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||