html 2 field names the same, different forms on the one page.. is this ok?
- by Brett
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.