How to edit field in Aweber form?

5 replies
  • WEB DESIGN
  • |
I have an Aweber form here:

Backstretch Test Suite

I have tried in my Aweber admin area, but can not seem to get the email field shorter
without moving the submit button off center.

Can I tweak the existing aweber code?

Thanks for help on this! (:

Bret
#aweber #edit #field #form
  • Profile picture of the author GowebMkt
    Hmmmm...no ideas on how to tweak this?

    Can someone refer me to an expert on aweber forms?

    Thx!
    {{ DiscussionBoard.errors[7350093].message }}
  • Profile picture of the author Everest Hosting
    Hey.

    Let's try it the most simple way first and see if it works.

    Look for this line:

    <div class="af-textWrap"><input class="text" id="awf_field-41853225" type="text" name="email" value="
    Please Enter Your Best Email" tabindex="500" onfocus=" if (this.value == ' Please Enter Your Best Email')
    { this.value = ''; }" onblur="if (this.value == '') { this.value=' Please Enter Your Best Email';} " />
    For specificity sake, before name="email" ... add size="##" whereas ## is a number such as 35 or 50, or whatever. If it works, play around with it until you get it to the size you wish it to be.

    If that does not work, let me know; there are other ways to do this also.
    {{ DiscussionBoard.errors[7350249].message }}
    • Profile picture of the author Brandon Tanner
      Very simple... just add the style (in bold) to the 'input' tag below...

      <div class="af-textWrap"><input type="text" style="margin-left: 10px; width:300px;" class="text" id="awf_field-41853225" name="email" value=" Please Enter Your Best Email" tabindex="500" onfocus=" if (this.value == ' Please Enter Your Best Email') { this.value = ''; }" onblur="if (this.value == '') { this.value=' Please Enter Your Best Email';} ">

      PS- I just noticed your sig... you own a web design company?
      Signature

      {{ DiscussionBoard.errors[7350437].message }}
    • Profile picture of the author vikash_kumar
      For specificity sake, before name="email" ... add size="##" whereas ## is a number such as 35 or 50, or whatever. If it works, play around with it until you get it to the size you wish it to be.
      I am agree with Everest Hosting, This is the method which is very simple to do and easy to find.

      Best of Luck!
      Vikash
      {{ DiscussionBoard.errors[7358095].message }}

Trending Topics