Need Aweber Help For Web Form

4 replies
At the bottom of my page I want to add a kind of horizontal form, I know I can make it wider but how do I keep the email text field to just 1 line?

secretstogetyourexback.org |

Also, are hop-links automatically cloaked?
I have entered my hop-links (clickbank) to the anchor text but when I click through no hop-link appears?
#aweber #form #web
  • Profile picture of the author drewfioravanti
    I'm not sure how you managed to do that. Are you using the javascript or html version? How did you insert it into the page?
    {{ DiscussionBoard.errors[7709976].message }}
    • Profile picture of the author seanpbh
      Javascript, I just copied the code they give you at the 3rd stage...
      {{ DiscussionBoard.errors[7710820].message }}
  • Profile picture of the author drewfioravanti
    The Aweber form has a set width...since the post footer box is larger than the sidebar box, it is either a different form, or somehow it has been stretched.

    How did you add it to the post/page? Did you just paste it at the bottom of your post?
    {{ DiscussionBoard.errors[7710908].message }}
    • Profile picture of the author MySocialPromo
      I looked at the HTML:

      This is generating your current text box:
      <input type="text" tabindex="500" value="" name="email" id="awf_field-45273865" class="text">

      If you change it to the following it will go down to one line:
      <input type="text" style="width:100%;' tabindex="500" value="" name="email" id="awf_field-45273865" class="">

      I am just not sure if they gave you the HTML or just a javascript snippit that generates the HTML.

      The above will work if you can find that HTML on your site. If not see if aweber has styling options before you generate the email box.
      {{ DiscussionBoard.errors[7711148].message }}

Trending Topics