I'm sending the auto email to new customers in s2member pro. In the email I need to include a url to another domain with all the information of the customer.
Below is the link I have set-up in "New User Email Message" section of s2member
Register for course: https(colon)//www(dot)anotherdomain.com/mycompany/orderxfer.asp?LS_StudentID=%%user_id%%&FirstName=%%user_first_name%%&LastName=%%user_last_name%%&Company=%%Company%%&Address=%%Address%%&City=%%City%%&State=%%State%%&Zip=%%Zip%%&Telephone=%%Phone%%&Password=%%user_pass%%&OrderID=%%OrderID%%&PackageIDs=%%PackageID%%
Example:
https(colon)//www(dot)anotherdomain.com/mycompany/orderxfer.asp?LS_StudentID=13&FirstName=John&LastName=Doe&Company=Exec&Address=15145 (HERE IS THE SPACE WHERE THE HOTLINK STOPS. EVERYTHING AFTER IS NOT LINKED) Western Ave&City=Orlando&State=FL&Zip=32837&Telephone=888 888 8888&Password=xxxxxx&OrderID=00000008&PackageIDs=5456456
The problem occurs after the number in the address field. It has a space before the street name and the hotlink of the url stops. I need it to include all the information. How can I get this to work?
Thanks in advance.