• Resolved aself

    (@aself)


    I added comments to my index page, but want the tab order after “Leave a reply” to go Name -> email -> website -> text area.

    Since the reader can comment on each post on the index page, the tab order skips from Name (post 1) to Name (post 2), etc. I understand that it’s because they each have tabindex=”1″, but can’t find or come up with a solution. Any ideas? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Could you post a link to the page where this is happening. You shouldn’t really have two comment forms on one page and that is where the problem lies. The solution is to either remove the tab indexes so the tab order will follow the natural order of the page or you can modify your theme template so it adds one to the order every time it gets to a new field.

    Thread Starter aself

    (@aself)

    Sure, here’s the link https://cdavidmcvayschool.com/blog/

    I’ll try removing the tab indexes first. Thanks!

    Thread Starter aself

    (@aself)

    Thanks tomontoast! Removing the indexes did the trick.

    or if you think it need to put tabindex automatically, try automatic tabindex,

    but I agree, it will be more usable without tabindex, as long as web page structure are already in a logical order.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change tabindex on commentform’ is closed to new replies.