Need help: landing page with Aweber form!

4 replies
  • WEB DESIGN
  • |
hi,
can anyone hep me?
i want to design my simple site in photoshop,then i want to add Aweber Opt-in form in this site?this site for using as a landing page.
can i do it in photoshop or dreamweaver? ...and How ?
#aweber #form #landing #page
  • Profile picture of the author CynthiaNataline
    Originally Posted by neil5100 View Post

    hi,
    can anyone hep me?
    i want to design my simple site in photoshop,then i want to add Aweber Opt-in form in this site?this site for using as a landing page.
    can i do it in photoshop or dreamweaver? ...and How ?
    You can do the design using Photoshop, and then add the opt-in form using Dreamweaver. For Aweber, insert this code for the opt-in form:

    HTML Code:
    <form method="post" action="http://www.aweber.com/scripts/addlead.pl">
    <input type="hidden" name="meta_web_form_id" value="xxxxxxxxxxx">
    <input type="hidden" name="listname" value="xxxxxxxxxxx" />
    <input type="hidden" name="meta_adtracking" value="xxxxxxxxxxx">
    <input type="hidden" name="meta_split_id" value="">
    <input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html">
    <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 id="table85">
    <tr><td>
    <input id="" style="background:#f0f0f0 none repeat scroll 0 0; border:2px solid #bebebe; color:#202020; font-size:18px; margin-bottom:6px; width:276px; padding:9px 10px;" type="text" size="30"  value="Enter your primary email..." name="from" onblur="if (this.value == '') {this.value = 'Enter your primary email...';}" onfocus="if (this.value == 'Enter your primary email...') {this.value = '';}" />
    </td></tr>
    <tr><td align="center" valign="bottom">
    <input type="image" name="submit" value="Get Instant Access!" src="images/button.png"></td></tr>
    </table>
    </form>
    Make sure you edit the value there, like your id, list name, thank you page, etc. Hope it helps!
    {{ DiscussionBoard.errors[8345116].message }}
    • Profile picture of the author neil5100
      Originally Posted by cynzdareveur View Post

      You can do the design using Photoshop, and then add the opt-in form using Dreamweaver. For Aweber, insert this code for the opt-in form:

      HTML Code:
      <form method="post" action="http://www.aweber.com/scripts/addlead.pl">
      <input type="hidden" name="meta_web_form_id" value="xxxxxxxxxxx">
      <input type="hidden" name="listname" value="xxxxxxxxxxx" />
      <input type="hidden" name="meta_adtracking" value="xxxxxxxxxxx">
      <input type="hidden" name="meta_split_id" value="">
      <input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html">
      <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 id="table85">
      <tr><td>
      <input id="" style="background:#f0f0f0 none repeat scroll 0 0; border:2px solid #bebebe; color:#202020; font-size:18px; margin-bottom:6px; width:276px; padding:9px 10px;" type="text" size="30"  value="Enter your primary email..." name="from" onblur="if (this.value == '') {this.value = 'Enter your primary email...';}" onfocus="if (this.value == 'Enter your primary email...') {this.value = '';}" />
      </td></tr>
      <tr><td align="center" valign="bottom">
      <input type="image" name="submit" value="Get Instant Access!" src="http://www.warriorforum.com/images/button.png"></td></tr>
      </table>
      </form>
      Make sure you edit the value there, like your id, list name, thank you page, etc. Hope it helps!
      thank you cynzdareveur!

      but can u explain more...
      after design in photoshop,i save the site in html,then open it in dreamweaver,then i dont know what the next step is ? where i will put your code in?
      i am still learning
      {{ DiscussionBoard.errors[8346144].message }}
  • Profile picture of the author pierrot113
    i got a technical questions for you guys. How do i set up single opt in for aweber ?My second question is once people get into my opt- in form i want them to be redirected to my offer page where they can download a cpa offer. how do i set up that ?
    {{ DiscussionBoard.errors[8449142].message }}
    • Profile picture of the author Istvan Horvath
      Originally Posted by neil5100 View Post

      but can u explain more...
      after design in photoshop,i save the site in html,then open it in dreamweaver,then i dont know what the next step is ? where i will put your code in?
      i am still learning
      Keep learning... and trying. We all did that at the beginning... sometimes trying 20 times until we got it right.

      Read articles, manuals, books about basics of HTML. Learn. And learn again by trying and doing - don't wait until someone else does it for you!

      Originally Posted by pierrot113 View Post

      i got a technical questions for you guys. How do i set up single opt in for aweber ?My second question is once people get into my opt- in form i want them to be redirected to my offer page where they can download a cpa offer. how do i set up that ?
      1. Never hijack another thread for your unrelated question.
      2. Aweber has excellent support! But don't bother to ask BEFORE going through all the options in their backend - beceaue the answers are there when you try to set up your very first list. You just need to do it... instead of asking nonsesne questions in someone else's thread.
      Signature

      {{ DiscussionBoard.errors[8449570].message }}

Trending Topics