Hello--
I have an application that allows a user to sign up to receive email 
messages from a web site. At the end of the email message acknowledging the 
email registration I have something to the effect: 'to edit your email club 
preferences, or to unsubscribe, please follow this link: blah, blah. The 
link contains a query string containing the person's id. so it should look 
like this: http://www.somedomain.com/contactus/preferences.cfm?id=50582.
On the response template this is what is getting displayed to the user. 
However, Lately I have noticed that this is what is getting displayed in 
the email 
message:   http://www.somedomain/contactus/preferences.cfm?idP582. The = 
sign and the first two digits of the id are getting replaced with a P.
This is the line from the email message getting sent out that is causing 
the problem. I am using CF 4.51 on windows 2000. Any ideas on how to work 
around this would be much appreciated!
   To edit your email club preferences, or to unsubscribe, please follow 
this link:<br>
         <a href="#unsubscribe#?id=#getID.id#">#unsubscribe#?id=#getID.id#</a>.


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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