Help with Getresponse code - Please??!!!

2 replies
  • WEB DESIGN
  • |
Hi there,

I am really stuck with this one. I have searched the internet for hours and cant find the answer despite lots of people asking for it on blog posts e.t.c

I have a squeeze page template that is using Aweber code on custom graphics.

I use getresponse and they have some really strange code. I cant for the life of me figure out what code to take out to insert into the aweber code.

Please dont say whay would i want to do that. I would equally strip out the aweber code and put in the stripped down version of getresponse. The problem is their code is just awfull.

Can anyone help????


I cant post the getresponse code here unless i strip away all http links which i will do if someone can help!!
#code #getresponse #opt in
  • Profile picture of the author Loren Woirhaye
    You have to know some stuff - it's not easy to explain. In the
    site in my sig I have a stripped-down GetResponse form in the
    header. That's the start of getting the GR windows to line
    up with the graphics in your form.

    Here's a code I developed for a header opt-in - stripping out
    most of the GR formatting stuff but retaining the name, email
    and subscribe button features. You'll have to adapt your
    own code from something like this one to make the boxes appear
    on top of your graphic so it looks right.

    <!-- GetResponse subscription form | start -->

    <form id="GRSubscribeForm"
    name="subscribe"
    accept-charset="UTF-8"
    action=
    "http://www.getresponse.com/cgi-bin/add.cgi"
    method="post">
    <table cellspacing="0"
    cellpadding="0"
    border="0">
    <tbody>
    <tr valign="middle">
    <td><input id="GRCategory2"
    onblur=
    "if(this.value=='')this.value='Your Name';"
    onclick=
    "if(this.value=='Your Name')this.value='';"
    size="14"
    value="Your Name"
    name="category2">
    <input id="GRCategory3"
    onblur=
    "if(this.value=='')this.value='Your Email';"
    onclick=
    "if(this.value=='Your Email')this.value='';"
    size="14"
    value="Your Email"
    name="category3"></td>

    </tr>
    </tbody>
    </table><input type="submit"
    value="Subscribe!"> <input type=
    "hidden"
    value="copymatchnews"
    name="category1"> <input type=
    "hidden"
    value=
    "http://www.copymatch.com/confirmsubscribe.html"
    name="confirmation"> <input type=
    "hidden"
    value="000"
    name="ref"> <input type="hidden"
    value="get"
    name="getpostdata">
    </form><!-- GetResponse subscription form | end -->
    {{ DiscussionBoard.errors[1425788].message }}
  • Profile picture of the author newbiemarketeer
    Hi Loren,

    Many thanks for the reply.

    Unfortunately it is not quite there with what i need as I'm not that code orientated. Just off to post on elance unless anyone can help?
    {{ DiscussionBoard.errors[1429616].message }}

Trending Topics