Hi, I'm trying to figure out how to pass multiple fields from an email to my web pages. I've finding unusual and inconsistent behavior. I would like to pass the $Subscriber.email$ and $Subscriber.FirstName$ to my page. When I add the "?email=$Subscriber.email$" to the hotlink in my email I am able to pass the information from either a text link or a button. When I add "&name=$Subscriber.firstname$" to that same url I get different results from the text link than I do from the button link. In one case [button linked] I get sent to a page with a url starting "http://r20.rs6.net/ http://etc.etc" where the second half of the url would be exactly what I'm expecting but it fails because it starts with "http://r20.rs6.net/ ". The text link formats the url without the extra server reference but drops the second parameter. Can you tell me what's going on and how to fix it? Thanks.
... View more