Hi all,
I have the following form in my page which when you type the 2 names and an email address and press the subscribe me button, dutifully takes you to the success.php page. However, it doesn't update the list or send out the confirmation email.
If I do a test subscribe from within LMP for that list (list #1) then it does add me and sends out the confirm mail.
I deleted myself before trying from the web page
So near yet so far, what have I got wrong folks ?
Cheers
Phill
PS Redhot product btw !!!!!!!!!!!!
<form method=post action=http://mydomain.co.uk/mail/signup.php>
<input type=hidden name=list value=1>
<p class="v11g" align="center"><b>Want to be informed<br>of any product additions?<br>
Sign up Now!</b> </p>
<p align="center" class="v11g">First Name<br>
<input type="text" name="fname" size="15"><br>
Last Name<br>
<input type="text" name="lname" size="15"><br>
Email<br>
<input type="text" name="email" size="15"><br>
<input type=submit name=sup value="Subscribe Me!">
</form>