Hi Dean,
Recently i use script like viralfriendgeneratoor where it is a advance tell a friend script.
when someone fill in his own email and name to get the free gift, he can choose to tell 3 friends(optional)
When he click on submit to get the free gift, his information will be added into mailing list.
I tested it with my listmailpro, it seems not working
i set the script to follow variable in listmailpro like list, fname, lname, email
it should work right?
when i tested this way at my own browser's address bar, it do work perfectly,
http://www.aeting.com/listmail/signup.php?list=5&fname=ah&lname=lim&email=ahim@gmail.combut in the form code when it use together with other script that will perform auto variable posting to this form (to add subscriber), then return to the other page, it seems not working, i can't figure out where's the problem!
<form method=post action=http://www.aeting.com/listmail/signup.php>
<input type=hidden name=list value=5>
First Name: <input type=text name=fname size=10><br>
Last Name: <input type=text name=lname size=10><br>
Email: <input type=text name=email><br>
<input type=submit name=sup value="Subscribe Me!">
</form>