html 2 field names the same, different forms on the one page.. is this ok?

Posted by Brett on Stack Overflow See other posts from Stack Overflow or by Brett
Published on 2010-05-27T12:35:50Z Indexed on 2010/05/27 12:41 UTC
Read the original article Hit count: 122

Filed under:

So I have

<form id="formA">
 <input id="uuid">
</form>

<form id="formB">
 <input id="uuid">
</form>

is this ok to have 2 field names on different forms? I'm thinking access via javascript.

© Stack Overflow or respective owner

Related posts about html