| Author |
Message |
rebekahk

Joined: 13 Mar 2007 Posts: 329
|
|
| Back to top |
|
 |
karadawn Idea Queen & Candle Expert

Joined: 25 Feb 2004 Posts: 1035 Location: Iowa
|
Posted: May 8, 2007, 1:54 am Post subject: |
|
|
We use Aweber, but I'm sure it's not so different. You can post it here by using the "quote" tags within the post, and we'll see what we can do with it.  _________________ ~Kara Kelso~
Advertising on Idea Queen
Over 700 daily unique visitors, great rates!
Prairie Soy Candles
Handmade Soy Candles - no dyes or additives! |
|
| Back to top |
|
 |
rebekahk

Joined: 13 Mar 2007 Posts: 329
|
Posted: May 8, 2007, 2:25 am Post subject: here it is- |
|
|
If you look at my site, the autoresponder is surrounded by a frame- that would not be so bad if it wasn't soooooo big. The forum for get response says it can be fixed by fixing the html code, but they do not do html code (of course!). I will be so grateful to you just for looking!
<!-- 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="4fabmomsnewsletter" />
<input type="hidden" name="confirmation" value="http://www.confirm-newsletter.smartmoms-smartbusiness.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 --> _________________ Rebekah Kogelschatz
863.214.1201
Smart Moms - Smart Business!
Preschool-Activities-Everyday Blog
The Day of A Mom Blog
Barefoot Books |
|
| Back to top |
|
 |
karadawn Idea Queen & Candle Expert

Joined: 25 Feb 2004 Posts: 1035 Location: Iowa
|
Posted: May 8, 2007, 2:52 am Post subject: |
|
|
Hmmmm interesting. Well I know this part you need to start:
That's the start of your form, with the details on where it goes.
Then you need this at the end:
| Quote: |
<input>
<p>
Powered by <a>GetResponse email marketing</a> software
</p>
</fieldset>
<input>
<input>
<input>
<input>
</form>
|
That's the end of the form, with the submit and the hidden values (where to send them after they hit submit and what not).
The rest of the info is your fields, and table information. There's other code in there that's style sheet like code, and I'm not sure why. I suppose you could change the size of the box by changing this:
| Quote: |
/* form box */
#GRSubscribeForm fieldset {
width: 260px;
border: 0;
}
|
Changing the value of the width would make it smaller. A style sheet within the box seems so pointless though. Seems to me like that's just useless code, but then again just don't like messing with it so maybe that's why lol. _________________ ~Kara Kelso~
Advertising on Idea Queen
Over 700 daily unique visitors, great rates!
Prairie Soy Candles
Handmade Soy Candles - no dyes or additives! |
|
| Back to top |
|
 |
karadawn Idea Queen & Candle Expert

Joined: 25 Feb 2004 Posts: 1035 Location: Iowa
|
Posted: May 8, 2007, 2:58 am Post subject: |
|
|
Well how lovely. For some reason the boards aren't letting me put in the code, not even in a quote. It should say this for the first quote, with <> instead of ().
( form action="http://www.getresponse.com/cgi-bin/add.cgi" method="post" id="GRSubscribeForm" accept-charset="UTF-8" )
Then for the second quote it should be:
(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="4fabmomsnewsletter" />
(input type="hidden" name="confirmation" value="http://www.confirm-newsletter.smartmoms-smartbusiness.com"/>
(input type="hidden" name="ref" value="000" />
(input type="hidden" name="getpostdata" value="get" />
(/form) _________________ ~Kara Kelso~
Advertising on Idea Queen
Over 700 daily unique visitors, great rates!
Prairie Soy Candles
Handmade Soy Candles - no dyes or additives! |
|
| Back to top |
|
 |
rebekahk

Joined: 13 Mar 2007 Posts: 329
|
|
| Back to top |
|
 |
|