I have to mention that the error above happens when the logged in user is opening their dashboard.
When I try to open their dashboard as an admin, I get this message:
Multiple form field elements in the same form have the same id
attribute value. This might prevent the browser from correctly autofilling the form.
To fix this issue, use unique id
attribute values for each form field.
id=”wcu-select-tab”
-
This reply was modified 6 months ago by goran2024.