Hello all, I am making a donation link for our Cancer Foundation website using a plugin called Event Registration. The problem is the custom automatic email response to registering is changing the link: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XSRAZKA9TWWXC" to "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XSRAZKA9TWWXC" So the difference is the second link is adding "amp;" and making the link not go to where it should. I am not sure if this i a wordpress problem or maybe just the plugin is changing this somehow... Any help on how I can maybe fix this is greatly appreciated, than you alot. Travis
I tried to figure it out. I think html encoding those symbols. You need to escape them. Check this chart. http://www.theukwebdesigncompany.com/articles/entity-escape-characters.php Also see this thread. You may get some ideas. http://forums.pligg.com/questions-comments/2245-bug-when-url-contains.html