|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: Get data not passed to formMaybe 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@...> wrote: > 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@..."> > > 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 > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/NYCFUG/message.cfm/messageid:4880 Subscription: http://www.houseoffusion.com/groups/NYCFUG/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.25 |
|
|
Re: Get data not passed to formHi 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: > 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@...> wrote: > > > 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@..."> > > > > 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 > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ~| > Adobe® ColdFusion® 8 software 8 is the most important and dramatic > release to date > Get the Free Trial > http://ad.doubleclick.net/clk;160198600;22374440;w > > Archive: > http://www.houseoffusion.com/groups/NYCFUG/message.cfm/messageid:488 > 0 > Subscription: > http://www.houseoffusion.com/groups/NYCFUG/subscribe.cfm > Unsubscribe: > http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11396.104 > 36.25 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/NYCFUG/message.cfm/messageid:4881 Subscription: http://www.houseoffusion.com/groups/NYCFUG/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.25 |
| Free Forum Powered by Nabble | Forum Help |