I have a page with duplicate ID\'s for a form element. The catch is I the elements show up separately based on a toggle. So both ID\'s never show up simultaneously.
Duplicate IDs are invalid HTML and will nearly always cause issues with scripting. Avoid if at all possible.