PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Current html form, how to convert to gform?

  1. 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>
    Posted 13 years ago on Saturday July 24, 2010 | Permalink
  2. there isn't a way to convert an existing HTML form into a Gravity Form. You would simply need to recreate it as a new form in the form admin.

    The form itself would be easy enough to set up, but you can't post the form directly to your existing script. You would have to do some other workarounds to be able to use it.

    Posted 13 years ago on Saturday July 24, 2010 | Permalink