hey, i'm wanting to put a mailing list on a myspace page.
i found the following code somewhere:
<form method=post action="http://users.tpg.com.au/pasinis/
/thodmailinglist.html" name="subscribeform"><table border=0>
<br>
<tr><td><div class="required">Email</div></td>
<td class="attributeinput"><input type=text name=email value="" size="40">
</td></tr><input type=hidden name="htmlemail" value="1">
<tr><td><div class="attributename">Name</div></td><td class="attributeinput">
<input type=text name="attribute1" class="attributeinput" size="40" value=""></td></tr>
</table><input type="hidden" name="list[1]" value="signup"><input type="hidden" name="listname[1]" value="test"/><div style="display:none"><input type="text" name="VerificationCodeX" value="" size="20"></div><p><input type=submit name="subscribe" value="Join The Mailing List" ..="return checkform();"></p>
</form>
basically i want all the users information, after clicking the 'join the mailing list' button, to be sent to an email address.. as of yet, when you click the 'join' button, it just takes you to a mock page that says 'thanks for joining' or whatever.
i've looked all over the net, and can't find anything that works.. but have seen mailling list forms on other pages, so its gotta be possible?
so yeah, if someone could help me out that would be greatly appreciated.
cheers.