🔥 Why does my website look so naked? April 9th is CSS naked day. I'm participating to help promote web standards, including the proper use of HTML, semantic markup and more. I'm also using it as an opportunity to find out where I can improve the HTML on the site.

Aweber

Travis Van Slooten sent me the following information to help those using Aweber:

  • For the form action field, use: http://www.aweber.com/scripts/addlead.pl
  • For the email field, use “email” (without quotes)
  • For the hidden fields, it will contain account-specific information. They’ll look something like this:
    1
    2
    3
    4
    5
    6
    7
    8
    <input type="hidden" name="meta_web_form_id" value="[[user specific number]]" />
    <input type="hidden" name="meta_split_id" value="" />
    <input type="hidden" name="listname" value="ao-primary-list" />
    <input type="hidden" name="redirect" value="http://www.aweber.com/<wbr>thankyou-coi.htm?m=text" id="redirect_[[user specific number]]" />
    <input type="hidden" name="meta_adtracking" value="Main_Web_Form" />
    <input type="hidden" name="meta_message" value="1" />
    <input type="hidden" name="meta_required" value="email" />
    <input type="hidden" name="meta_tooltip" value="email||Email" />

Comments

Leave a Reply