How do I use Aweber HTML to place into my own Custom Opt-in Boxes?

11 replies
I've been using Aweber's WebForm to create my Opt-In Boxes and have created some simple forms so far but..

I just got a bunch of Opt-In Templates recently but am confused on how I would put my Aweber's Autoresponder codes into it.

Im not really HTML savvy and really only need to know how to input "Name" "Email" and the "Submit" button with my Aweber Information But i dont understand the process of how to do so.

Any Help Would be Highly Appreciated as we all know technical stuff can be very much a headache! THANKS!!
#aweber #boxes #custom #html #optin #place
  • Profile picture of the author Ross Dalangin
    In your custom html, just use the the fields from your Aweber html code.
    Name your custom field as the same as aWeber. Find it between <input name=" and "> (<input name="getthenamevaluehere">). Upload both your Aweber form and your custom html and I will check it. PM me when you're done.
    {{ DiscussionBoard.errors[19798].message }}
  • Profile picture of the author seree
    It will be easier to help you if you can show the HTML code of the template. (Just <form> tag area)

    And I'll be very happy to help you. :-)
    {{ DiscussionBoard.errors[19799].message }}
    • Profile picture of the author Phil The Marketer
      Originally Posted by seree View Post

      It will be easier to help you if you can show the HTML code of the template. (Just <form> tag area)

      And I'll be very happy to help you. :-)
      Not sure exactly where everything is...but here is the code for one of the templates...


      <html>
      <head>
      <title>HighImpactTemplates.com</title>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      </head>
      <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
      <p>&nbsp;</p><table width="160" border="0" cellspacing="0" cellpadding="0" align="center">
      <tr>
      <td valign="bottom"><img src="images/160NewsBlue_01.jpg" width="160" height="218"></td>
      </tr>
      <tr>
      <td background="images/160NewsBlue_02.jpg" valign="top">
      <table width="147" border="0" cellspacing="0" cellpadding="0" align="center">
      <tr>
      <td>
      <div align="center">
      <form name="form1" method="post" action="">
      <div align="center"><br>
      </div>
      <div align="center">
      <table width="86%" border="0" cellspacing="7" cellpadding="0" height="62">
      <tr>
      <td height="2" width="29%">
      <div align="right"><font face="Tahoma" size="2"><b>Name:</b></font></div>
      </td>
      <td height="2" width="71%"><font face="Tahoma" size="2"><b>
      <input type="text" name="textfield" size="10">
      </b></font></td>
      </tr>
      <tr>
      <td height="29" width="29%">
      <div align="right"><font face="Tahoma" size="2"><b>Email:</b></font></div>
      </td>
      <td height="29" width="71%"><font face="Tahoma" size="2"><b>
      <input type="text" name="textfield2" size="10">
      </b></font></td>
      </tr>
      </table>
      <br>
      <input type="submit" name="Submit" value="Submit">
      </div>
      </form>
      </div>
      <div align="center"><font size="5" face="Tahoma"><b><font size="1" face="Verdana, Arial, Helvetica, sans-serif">SECURE
      &amp; CONFIDENTIAL</font></b><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><br>
      </font></font><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Your
      email address will NEVER be rented, traded or sold. <br>
      WE GUARANTEE YOUR CONFIDENTIALITY. <br>
      We hate spam just as much as you do.</font> </div>
      </td>
      </tr>
      </table>
      </td>
      </tr>
      <tr>
      <td valign="top"><img src="images/160NewsBlue_04.jpg" width="160" height="21"></td>
      </tr>
      </table>
      </body>
      </html>
      {{ DiscussionBoard.errors[19812].message }}
      • Profile picture of the author Jose Delgado
        All you need to do, is take the "hidden" tags from the html form and insert it to your template.

        I'll be happy to do it for you if you send me the code. And template via PM.
        {{ DiscussionBoard.errors[19816].message }}
        • Profile picture of the author seree
          Originally Posted by Jose Delgado View Post

          All you need to do, is take the "hidden" tags from the html form and insert it to your template.

          I'll be happy to do it for you if you send me the code. And template via PM.
          Do what Jose had posted, and don't forget to enter aweber's add lead url into <form ... action="[aweber's add lead url here]">
          {{ DiscussionBoard.errors[19853].message }}
          • Profile picture of the author Phil The Marketer
            Originally Posted by seree View Post

            Do what Jose had posted, and don't forget to enter aweber's add lead url into <form ... action="[aweber's add lead url here]">
            Seree Thanks for the help but I am still lost! @jose check your PM..

            heres the aweber code, maybe you can show me how to go about doing this.

            <center><form method="post" action="http://www.aweber.com/scripts/addlead.pl">
            <input type="hidden" name="meta_web_form_id" value="1941827965">
            <input type="hidden" name="meta_split_id" value="">
            <input type="hidden" name="unit" value="thesecret101">
            <input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html" id="redirect_eb049cc2ab5692c479f1d949fb84c725">
            <input type="hidden" name="meta_redirect_onlist" value="">
            <input type="hidden" name="meta_adtracking" value="">
            <input type="hidden" name="meta_message" value="1">
            <input type="hidden" name="meta_required" value="from">
            <input type="hidden" name="meta_forward_vars" value="0">
            <table>
            <tr><td colspan=2><center>Join My List Enter Your Email Below!<br></center></td></tr>
            <tr><td>Name:</td><td><input type="text" name="name" value="" size="20"></td></tr>
            <tr><td>Email:</td><td><input type="text" name="from" value="" size="20"></td></tr>
            <tr><td colspan=2><center>Your Email Will Never Be Shared or Sold!<br></center></td></tr>
            <tr><td align="center" colspan="2"><input type="submit" name="submit" value="Submit"></td></tr>
            </table>
            </form>

            </center>
            {{ DiscussionBoard.errors[19859].message }}
            • Profile picture of the author seree
              Try this,

              <html>
              <head>
              <title>HighImpactTemplates.com</title>
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
              </head>
              <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
              <p>&nbsp;</p><table width="160" border="0" cellspacing="0" cellpadding="0" align="center">
              <tr>
              <td valign="bottom"><img src="images/160NewsBlue_01.jpg" width="160" height="218"></td>
              </tr>
              <tr>
              <td background="images/160NewsBlue_02.jpg" valign="top">
              <table width="147" border="0" cellspacing="0" cellpadding="0" align="center">
              <tr>
              <td>
              <div align="center">
              <form method="post" action="http://www.aweber.com/scripts/addlead.pl">
              <input type="hidden" name="meta_web_form_id" value="1941827965">
              <input type="hidden" name="meta_split_id" value="">
              <input type="hidden" name="unit" value="thesecret101">
              <input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html" id="redirect_eb049cc2ab5692c479f1d949fb84c725">
              <input type="hidden" name="meta_redirect_onlist" value="">
              <input type="hidden" name="meta_adtracking" value="">
              <input type="hidden" name="meta_message" value="1">
              <input type="hidden" name="meta_required" value="from">
              <input type="hidden" name="meta_forward_vars" value="0">
              <div align="center"><br>
              </div>
              <div align="center">
              <table width="86%" border="0" cellspacing="7" cellpadding="0" height="62">
              <tr>
              <td height="2" width="29%">
              <div align="right"><font face="Tahoma" size="2"><b>Name:</b></font></div>
              </td>
              <td height="2" width="71%"><font face="Tahoma" size="2"><b>
              <input type="text" name="name" size="10">
              </b></font></td>
              </tr>
              <tr>
              <td height="29" width="29%">
              <div align="right"><font face="Tahoma" size="2"><b>Email:</b></font></div>
              </td>
              <td height="29" width="71%"><font face="Tahoma" size="2"><b>
              <input type="text" name="from" size="10">
              </b></font></td>
              </tr>
              </table>
              <br>
              <input type="submit" name="Submit" value="Submit">
              </div>
              </form>
              </div>
              <div align="center"><font size="5" face="Tahoma"><b><font size="1" face="Verdana, Arial, Helvetica, sans-serif">SECURE
              &amp; CONFIDENTIAL</font></b><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><br>
              </font></font><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Your
              email address will NEVER be rented, traded or sold. <br>
              WE GUARANTEE YOUR CONFIDENTIALITY. <br>
              We hate spam just as much as you do.</font> </div>
              </td>
              </tr>
              </table>
              </td>
              </tr>
              <tr>
              <td valign="top"><img src="images/160NewsBlue_04.jpg" width="160" height="21"></td>
              </tr>
              </table>
              </body>
              </html>
              {{ DiscussionBoard.errors[19897].message }}

Trending Topics