Hi,
Below is the code I use for my lead capture form.
<!--begin lead capture form code -->
<form action="some php or cgi script" method="post">
<table align="center" bgcolor="yellow" width="258" border="0" cellpadding="0" cellspacing="0" style="border: 2px dashed #003366; padding: 3px 3px 3px 3px;">
<tr>
<td width="95" height="32" align="right" valign="middle"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>First name:</strong></font></td>
<td width="159" align="left" valign="middle"><input type="text" name="fname"></td>
</tr>
<tr>
<td height="30" align="right" valign="middle"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Email:</strong></font></td>
<td valign="center"><input type="text" name="email"></td>
</tr>
<tr align="center" valign="middle">
<td height="44" colspan="2"><p>
<input type="submit" name="submit" value="Submit">
<br>
<font size="1" face="Verdana, Arial, Helvetica, sans-serif">Your information
is kept 100% private<br>
</font></p></td>
</tr>
</table>
</form>
<!--end lead capture form code -->
If you copy and paste the codes above into your website, you should see a yellow form asking for your visitors first name and email.
However this is just the appearance of the form, in order for it to collect email addresses and send a notification to you, as well as send a welcome message to your visitors, you need an autoresponder script (which I highlighted in blue "some php or cgi script).
There are many services out there that you can use (for a fee) to run the autoresponder, such as getresponse & aweber.
If you need help to set it up, please send me a private message.
Melissa
Hi Melissa,
i was wondering how i can get that code into my website??
Best Regards,
D Rodrigues