Sorry for so many posts, but I think there bug in the subscribe_auto_multiple.php
Here in the information that is sent from both pages.
Code:
http://toandfrom.ca/mailscript/lm/lm.php?cmd=subscribe&list=Ottawa.php&email=reachjulien@gmail.com&firstname=Julien&lastname=JeanPierre
The above url was sent using the subscribe single page.
Code:
http://toandfrom.ca/mailscript/lm/html/subscribe_auto_multiple.php?email=reachjulien %40gmail.com&firstname=Julien&lastname=JeanPierre&list1=Ottawa&list2=Toronto&listcount=2&cmd=subscribe&submit=Submit
This is what the subscribe_auto_multiple page sent. Notice the difference. First thing I noticed was that the '@' in the email has been replaced with a '%40' and the next thing is that the
http://toandfrom.ca/mailscript/lm/html/ ... ltiple.php? is in the url when it should be
http://toandfrom.ca/mailscript/lm/lm.phpAnother bug I found is when the subscribe_auto_multiple.php sends it info. It sends the lists as 'list1' and 'list2'. If remove the number and send it like this...
http://toandfrom.ca/mailscript/lm/lm.ph ... mit=Submitthen it works, but it only will let me add one of the lists I selected.
If anyone can help me find where to fix these errors, I would really appreciated.
Julien