I have the same form on the page twice. At the top and at the bottom for lead capture. When tabbing through the form it goes back and forth between forms even if I set different tab index attributes (assuming because they have the same form ID).
Is the only fix making two copies of each form (one for top and one for bottom) or is there another way? I have quite a few pages (for specific product categories) each with their own form at the top and bottom so doubling the number of forms just adds a little extra maintenance.