Need Help With Aweber Java Script Conflict

2 replies
Hi, I am setting up a squeeze page, with an email collection form on the top of the page, and the bottom of the page. It is a blog, and I am using the aweber java code.

The problem is when I enter anything in either of the email collection boxes, and hit my tab button, to move to the next field, my cursor jumps to the opposite box.

So if I am in the name field on the top of the page, and I hit my tab button on my keyboard, my cursor will jump to the name field on the email collection form, on the bottom of the page.

It does the same thing in the email field. I tried creating a different code for the second box in aweber, but that didn't help.

I was thinking of trying the aweber html code, and I know you don't need all of it, but I am not sure which part I need, and I don't know if that will fix anything.

Any help would be appreciated.

Thanks
Glenn
#aweber #conflict #java #script
  • Profile picture of the author topgun129
    the problem is that the tabindex="somenumber" is the same for the topbox and the bottom box's fields. you'll need to add in tabindex="somenumber" if it isn't already there and then have different values for each input box.

    please see HTML TABINDEX - HTML Code Tutorial for more info.
    Signature

    Professional Web Development! - Clients include small businesses to Fortune 500 clients. Web Site Design, Logo, SEO, Internet Marketing, SEO/SEM Services. 100% Guaranteed Services. View our portfolio by clicking here now!

    {{ DiscussionBoard.errors[5572702].message }}
  • Profile picture of the author Mark Hess
    Glenn, I would try to use the raw HTML code versus Javascript not just because of the issues mentioned, but because some Internet users have ad blocking programs installed and may never see your optin form if using Javascript.

    You will need to copy and paste the entire HTML code into your site where you would like the optin form to appear.
    Signature
    {{ DiscussionBoard.errors[5572718].message }}

Trending Topics