Hi, everyone
Happy Holidays!
I want to install a Getresponse autoresponder to my bluevoda website but
I do not know how to alter the code to make it fit like it's already displayed on my site: www.prpsite.com.
Can anyone help me with this code below to make it display in the same format on my website???
Thank you!
Frank
*** Here is the code:
<!-- GetResponse subscription form | start -->
<form action="http://www.getresponse.com/cgi-bin/add.cgi" method="post" id="GRSubscribeForm" accept-charset="UTF-8">
<fieldset>
<table>
<tr>
<td>
<label for="GRCategory2">First Name: </label>
</td>
<td>
<input type="text" name="category2" size="18" id="GRCategory2" /></td>
</tr>
<tr>
<td><label for="GRCategory3">E-Mail Address: </label>
</td>
<td><input type="text" name="category3" size="18" id="GRCategory3" /></td>
</tr></table>
<input type="submit" value="Let's get access!"/>
<p></p>
</fieldset>
<input type="hidden" name="category1" value="leadpage1" />
<input type="hidden" name="confirmation" value="http://www.prpsite.com"/>
<input type="hidden" name="ref" value="000" />
<input type="hidden" name="getpostdata" value="get" />
</form>
<style>
<!--
/* form box */
#GRSubscribeForm fieldset {
width: 260px;
border: 0;
}
/* comment about GetResponse */
#GRSubscribeForm p {
font-size: x-small;
}
/* table used to position form elements */
#GRSubscribeForm table {
border: 0;
}
-->
</style>
<!-- GetResponse subscription form | end -->
++++++++++++++++++++++++++++++++++++++++++++++++++
*** Here is the Bluevoda Form Code:
<form name="lead_page_one" method="POST" action="lead_page_one.php" enctype="multipart/form-data" id="Form2">
<div id="bv_Text52" style="position:absolute;left:14px;top:65px;width: 146px;height:16px;z-index:97" align="center">
<font style="font-size:13px" color="#000000" face="Arial"><b>EMAIL ADDRESS:</b></font></div>
<div id="bv_Text53" style="position:absolute;left:15px;top:9px;width:1 45px;height:16px;z-index:98" align="center">
<font style="font-size:13px" color="#000000" face="Arial"><b>FIRST NAME:</b></font></div>
<input type="text" id="Editbox1" style="position:absolute;left:16px;top:25px;width: 144px;font-family:Courier;font-size:19px;z-index:99" size="16" name="First Name" value="">
<input type="text" id="Editbox2" style="position:absolute;left:16px;top:81px;width: 144px;font-family:Courier;font-size:19px;z-index:100" size="16" name="Email Address" value="">
<input type="submit" id="Button1"" name="Submit Now" value="Submit Now" style="position:absolute;left:38px;top:115px;width :96px;height:24px;z-index:101">
</form>
++++++++++++++++++++++++++++++++++++++++
THANK YOU AHEAD!
FRANK
Happy Holidays!
I want to install a Getresponse autoresponder to my bluevoda website but
I do not know how to alter the code to make it fit like it's already displayed on my site: www.prpsite.com.
Can anyone help me with this code below to make it display in the same format on my website???
Thank you!
Frank
*** Here is the code:
<!-- GetResponse subscription form | start -->
<form action="http://www.getresponse.com/cgi-bin/add.cgi" method="post" id="GRSubscribeForm" accept-charset="UTF-8">
<fieldset>
<table>
<tr>
<td>
<label for="GRCategory2">First Name: </label>
</td>
<td>
<input type="text" name="category2" size="18" id="GRCategory2" /></td>
</tr>
<tr>
<td><label for="GRCategory3">E-Mail Address: </label>
</td>
<td><input type="text" name="category3" size="18" id="GRCategory3" /></td>
</tr></table>
<input type="submit" value="Let's get access!"/>
<p></p>
</fieldset>
<input type="hidden" name="category1" value="leadpage1" />
<input type="hidden" name="confirmation" value="http://www.prpsite.com"/>
<input type="hidden" name="ref" value="000" />
<input type="hidden" name="getpostdata" value="get" />
</form>
<style>
<!--
/* form box */
#GRSubscribeForm fieldset {
width: 260px;
border: 0;
}
/* comment about GetResponse */
#GRSubscribeForm p {
font-size: x-small;
}
/* table used to position form elements */
#GRSubscribeForm table {
border: 0;
}
-->
</style>
<!-- GetResponse subscription form | end -->
++++++++++++++++++++++++++++++++++++++++++++++++++
*** Here is the Bluevoda Form Code:
<form name="lead_page_one" method="POST" action="lead_page_one.php" enctype="multipart/form-data" id="Form2">
<div id="bv_Text52" style="position:absolute;left:14px;top:65px;width: 146px;height:16px;z-index:97" align="center">
<font style="font-size:13px" color="#000000" face="Arial"><b>EMAIL ADDRESS:</b></font></div>
<div id="bv_Text53" style="position:absolute;left:15px;top:9px;width:1 45px;height:16px;z-index:98" align="center">
<font style="font-size:13px" color="#000000" face="Arial"><b>FIRST NAME:</b></font></div>
<input type="text" id="Editbox1" style="position:absolute;left:16px;top:25px;width: 144px;font-family:Courier;font-size:19px;z-index:99" size="16" name="First Name" value="">
<input type="text" id="Editbox2" style="position:absolute;left:16px;top:81px;width: 144px;font-family:Courier;font-size:19px;z-index:100" size="16" name="Email Address" value="">
<input type="submit" id="Button1"" name="Submit Now" value="Submit Now" style="position:absolute;left:38px;top:115px;width :96px;height:24px;z-index:101">
</form>
++++++++++++++++++++++++++++++++++++++++
THANK YOU AHEAD!
FRANK