How Do I Insert Aweber Code To My Custom Opt-In Design?

3 replies
  • WEB DESIGN
  • |
Hello fellow warriors,

I am using a squeeze page design template I like and I would like to use the same design for the opt-in form. It is nice and catchy. I don't want to use the designs aweber design.

I was hoping you could help me out and point out how I can insert my aweber code.

I have the HTML code of the customized opt-in form below:


<form name="subscriber" action="#" method="post">
<input name="email" size="30"
value="Your Email Address" class="email"
onfocus="this.value=''" type="text" /> <input
src="images/button.jpg" name="submit" value="submit"
type="image" /> </form>
</center>
<p class="fontContent" style="padding-top: 15px;"><img
src="images/free.jpg" border="0" /></p>
</div>
</div>
<div id="box">

Where would the aweber code go above and which ones?

Many Thanks,

Mark
#aweber #code #custom #design #insert #optin
  • Profile picture of the author WCRocket
    Originally Posted by marktheonlinesurfer View Post

    Hello fellow warriors,

    I am using a squeeze page design template I like and I would like to use the same design for the opt-in form. It is nice and catchy. I don't want to use the designs aweber design.

    I was hoping you could help me out and point out how I can insert my aweber code.

    I have the HTML code of the customized opt-in form below:


    <form name="subscriber" action="#" method="post">
    <input name="email" size="30"
    value="Your Email Address" class="email"
    onfocus="this.value=''" type="text" /> <input
    src="images/button.jpg" name="submit" value="submit"
    type="image" /> </form>
    </center>
    <p class="fontContent" style="padding-top: 15px;"><img
    src="images/free.jpg" border="0" /></p>
    </div>
    </div>
    <div id="box">

    Where would the aweber code go above and which ones?

    Many Thanks,

    Mark
    Mark,

    You will need to replace the code from <form> to </form> with the aweber code.
    {{ DiscussionBoard.errors[3634242].message }}
    • Originally Posted by WCRocket View Post

      Mark,

      You will need to replace the code from <form> to </form> with the aweber code.
      Thanks- but if I do that, won't it ruin the custom design?
      {{ DiscussionBoard.errors[3634652].message }}
      • Profile picture of the author WCRocket
        Originally Posted by marktheonlinesurfer View Post

        Thanks- but if I do that, won't it ruin the custom design?
        Most likely the new form will not have the correct styles, but that is easily fixed by reintroducing them into the new form. I suggest try replacing the form and test it, then you can determine what needs to be fixed style wise.
        {{ DiscussionBoard.errors[3634781].message }}

Trending Topics