I'm offering a free eBook in an attempt to build my list. I created this as a downloadable free product and that has worked fine. However I have moved to an autoresponder as it has many more email functions that those built into Zen Cart.

However I would like to keep the product page in place and just add the form into the product description so customers can simply enter first name and email address and then click the "submit" button.

I've copied the form data into the product description and everything displays correctly. However something is changing the link on the submit button. This works correctly in the Zen Cart admin preview screen but not in my actual store.

The actual link to receive the form data should be:

HTML Code:
http://www.gogvo.com/subscribe.php
but in the store this changes to:

HTML Code:
http://alchemistswarehouse.com/store/index.php?main_page=product_info&cPath=39&products_id&number_of_uploads=0&action=add_product
The actual form code is:

HTML Code:
<form method="post" action="http://www.gogvo.com/subscribe.php">
<input type="hidden" name="Campaign" value="Easy Card Magic Vol. 1" />
<input type="hidden" name="FormId" value="xxxx" />
<input type="hidden" name="AffiliateName" value="<value>" />
  <table width="302" border="0" cellpadding="3" id="form" name="form">
      <tr>
        <td width="82">First Name:</td>
        <td width="168"><input type="text" name="FirstName" /></td>
      </tr>
      <tr>
        <td>Email:</td>
        <td><input type="text" name="Email" /></td>
      </tr>
      <tr>
        <td align="center" colspan="2"><input type="submit" value="Submit" /></td>
	  </tr>
  </table>
</form>
I do have SEO URL mod installed and am wondering if this is the problem. I'm using ZenCart 1.3.8a

Any ideas on how I can do this with this one page?

Thanks,

Drew