View Single Post
  #6  
Old 05-14-2008, 09:03 PM
santoro1 santoro1 is offline
Master Sergeant
 
Join Date: Apr 2008
Location: Florida
Posts: 67
Default Re: How do I put an email form in blue voda that is from a different company?

I went back into getresponse to see if there was a way to put in a stationary email box. Here is the code for the email form that getresponse gave me.

<!-- 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">Your Name</label>:
</td>
<td><input type="text" name="category2" size="14" id="GRCategory2" /></td>
</tr><tr>
<td><label for="GRCategory3">Your E-Mail</label>:</td>
<td><input type="text" name="category3" size="14" id="GRCategory3" /></td>
</tr>
</table>
<input type="submit" value="Get More Info!" />
<p>
Powered by <a href="http://www.getresponse.com" title="Email Marketing">GetResponse email marketing</a> software
</p>
</fieldset>
<input type="hidden" name="category1" value="personalwebsitenewsletter" />
<input type="hidden" name="confirmation" value="<A href="http://www.thesuccessmasterminds.com/cp/84"/">http://www.thesuccessmasterminds.com/cp/84"/>
<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 -->


This seems a bit different then the other code so how would I make this work. And, how would I get the form to be in a certain position on my webpage? I asked GR and they said they furnish the codes but doesn't support them. ????

Interesting, after I tested the pop up window, it worked. But then when I exited out of my website and went back in, the pop up was gone? I am a bit confused here. Please help. thanks

Last edited by santoro1; 05-14-2008 at 09:05 PM. Reason: Didn't make sense the way I wrote it, so reworded the reply
Reply With Quote