drquek
10-20-2007, 06:15 AM
This is a signup form for FMLP Lite v4.1.
You may enter your name and email address and you will receive an autoresponder message.
Try it yourself to see how it works.
<form name="mailform" method="post" action="http://www.drquek.com/cgi-bin/fmlplite/register.cgi">
<table border="0" cellpadding="4" cellspacing="0" width="80%"><tbody><tr><td align="right" width="50%">Name:</td><td width="50%">
<input style="background-color: rgb(255, 255, 160);" name="name" size="25" maxlength="40" type="text">*
<input name="account" value="2" type="hidden">
</td></tr><tr> <td align="right" width="50%">Email:</td><td width="50%">
<input style="background-color: rgb(255, 255, 160);" name="email" size="25" maxlength="40" type="text">*
</td></tr><tr> <td colspan="2" align="center"> <input value="Subscribe" type="submit"></td></tr></tbody></table>
</form>
After you filled up your name and email address, click SUBSCRIBE.
Next you activate the script manually by clicking here (http://www.drquek.com/cgi-bin/fmlplite/starter.cgi). Note this is only done for demo purposes. In practice, you put the activation link on your web page. When a visitor click the page, the link will be activated, thus causing the script to send out messages.
<!-- End form -->
You may enter your name and email address and you will receive an autoresponder message.
Try it yourself to see how it works.
<form name="mailform" method="post" action="http://www.drquek.com/cgi-bin/fmlplite/register.cgi">
<table border="0" cellpadding="4" cellspacing="0" width="80%"><tbody><tr><td align="right" width="50%">Name:</td><td width="50%">
<input style="background-color: rgb(255, 255, 160);" name="name" size="25" maxlength="40" type="text">*
<input name="account" value="2" type="hidden">
</td></tr><tr> <td align="right" width="50%">Email:</td><td width="50%">
<input style="background-color: rgb(255, 255, 160);" name="email" size="25" maxlength="40" type="text">*
</td></tr><tr> <td colspan="2" align="center"> <input value="Subscribe" type="submit"></td></tr></tbody></table>
</form>
After you filled up your name and email address, click SUBSCRIBE.
Next you activate the script manually by clicking here (http://www.drquek.com/cgi-bin/fmlplite/starter.cgi). Note this is only done for demo purposes. In practice, you put the activation link on your web page. When a visitor click the page, the link will be activated, thus causing the script to send out messages.
<!-- End form -->