|
Mailing Lists
|
Home /
Groups /
New York ColdFusion Users Group (NYCFUG)
Get data not passed to form
Hi folksRob Voyle 01/20/08 12:54 P Maybe try specifically scoping the variable:Rob Mackenzie 01/20/08 01:00 P Hi RobRob Voyle 01/20/08 03:36 P 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 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 ----- 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 -----
|
June 19, 2013
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||