Mommy's Helper Community Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   LoginLogin 

Affordable Domains & Hosting | A Tale of 2 Wahms | Direct Sales Help

Low Cost Wahm Advertising | Direct Sales Company Directory | Wahm Resource Directory

Greeting Card Workshops | Affordable Web Design


Get Response HTML

 
Post new topic   Reply to topic    Mommy's Helper Community Forum Index -> Website Building & HTML Help
Author Message
rebekahk



Joined: 13 Mar 2007
Posts: 329

PostPosted: May 7, 2007, 10:01 am    Post subject: Get Response HTML Reply with quote

I need help with HTML for my get response subscriber form. If anyone can help me, PM me and I will send you the code and what I would like it to look like. I am so lost!
_________________
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

PostPosted: May 8, 2007, 1:54 am    Post subject: Reply with quote

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. Wink
_________________
~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

PostPosted: May 8, 2007, 2:25 am    Post subject: here it is- Reply with quote

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

PostPosted: May 8, 2007, 2:52 am    Post subject: Reply with quote

Hmmmm interesting. Well I know this part you need to start:

Quote:

<form>


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

PostPosted: May 8, 2007, 2:58 am    Post subject: Reply with quote

Well how lovely. For some reason the boards aren't letting me put in the code, not even in a quote. Rolling Eyes 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

PostPosted: May 8, 2007, 3:07 am    Post subject: Reply with quote

I read your first message and was more confused... now I know why! Thank you (I had to disable the html to get it to post). I will try it. Thanks so much! Very Happy
_________________
Rebekah Kogelschatz
863.214.1201
Smart Moms - Smart Business!
Preschool-Activities-Everyday Blog
The Day of A Mom Blog
Barefoot Books
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Mommy's Helper Community Forum Index -> Website Building & HTML Help All times are GMT + 5 Hours
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group


Featured Resources

Opportunities these days are looking for investments at any level. A simple loan can be taken to finance the money for the investment. One of the better options out there is stock trading, the margins are high and the business is successful. Another one is real estate investment, for which one can get a mortgage refinance services to get a lower interest rate loan. Other small opportunities are providing insurances like cheap car insurance or supplying services in the finance sector like merchant credit services.

Find More Bookings

Find More Bookings

  • Affiliate Marketing Help


  • Start Your Own Home Business


  • Start Your Own Website


  • Online Party Help


    Social Network for WAHMS!

    MyWahmSpace.com

    Need Some Help?