PDA

View Full Version : Mailing List Input



Lyle Christine
16 Oct 2005, 06:47 AM
Hi, I have a little mailing list form box on my site at http://www.tohellwithstigma.com/main.htm

It's Bravenet Mailing List form that I've modified slightly.

Is it possible, without too much hassle, to change the code so I can keep the input box as it looks but instead of the users' name and email getting sent through to the actual Bravenet list the details are just emailed to me.

You see I don't send out the newsletter from Bravenet, I've got all the email addresses stored as a group in Outlook Express, so I dont want people to have the hassle of Bravenet's opt-in feature and all that stuff.

Thank you kindly for your help, here's the code for the box:

<div align="left">
<div style="padding:0px; border:1px solid #999999; width:235px; margin: 0px;background-color:#F2F4FA;">
<form action="http://pub1.bravenet.com/elist/add.php" method="post" style="margin:0px;">
<div style="background-color:#DBE0F5;padding:3px;font:12px arial;color:black;text-align:center;"><b><font face="Lucida Sans">Join
the Mailing List</font></b></div>
<div style="margin:10px; font: 11px arial; color: black; text-align:right;">
<div style="margin-bottom:5px;"></div> <font face="Lucida Sans">Name:</font>
<input type="text" name="ename" size="25" maxlength="60" /><br>
<font face="Lucida Sans">Email:</font>
<input type="text" name="emailaddress" size="25" maxlength="100" /><br>
<input type="radio" name="action" value="join" checked style="border: 0px;"/>Subscribe&nbsp;
<input type="radio" name="action" value="leave" style="border: 0px;" />Unsubscribe&nbsp;
<input type="hidden" name="usernum" style="border: 0px solid black; height: 0px; width: 0px;" value="59641807" /><input type="hidden" name="cpv" style="border: 0px solid black; height: 0px; width: 0px;" value="1" />
<input type="submit" name="submit" value="GO" /></div>
<div align="center" style="margin-bottom:5px;"></div>
</form>
</div></div>