• Resolved pomegranates

    (@pomagaj)


    Hello,

    On some pages, I need to load same form three times. This leads to problems because IDs used in ARIA and labels are not unique and it lowers my Core Web Vitals usability score. Is there a way to make them unique using the same form?

    Thank you!

Viewing 1 replies (of 1 total)
  • Hi @pomagaj,

    You cannot change the ID of a form. So the same form will have the same ID across all pages and even if you add the form multiple times on the same page, you will have the same ID.

    I would suggest you to use separate forms in this case. You can duplicate your existing form, see this screenshot. This will generate a new form exactly like the current form that you have but with a different ID.

    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘ARIA IDs are not unique’ is closed to new replies.