Sorry I'm not a programmer so don't know if you've already covered this in help or faq. I've got a newsletter signup form (linked to a script) in my WP 3.0 sidebar. It has no Captcha protection so I wanted to convert it to a Gravity form. Would like to know how, if possible. Here's the form as is now.
<form name="dap_direct_signup" method="post" action="http://www.health-diets.net/dap/signup_submit.php">
<table>
<tr>
<td>First Name: </td>
<td><input type="text" name="first_name" size="10"></td>
</tr>
<tr>
<td>Email:</td>
<td><input type="text" name="email" size="10"></td>
</tr>
<tr>
<td colspan="2"><input type="submit" name="Submit" value="Sign Up"></td>
</tr>
</table>
<input type="hidden" name="productId" value="7">
<input type="hidden" name="redirect" value="http://YourSite/Your-login-page-link/?msg=Success!%20Your%20membership account%20has%20been%20created.%20%20Check%20your%20email%20address%20in%20a%20few%20minutes%20for%20your%20password">
</form>