Multiple forms with shared fields

Posted by SMiX on Stack Overflow See other posts from Stack Overflow or by SMiX
Published on 2010-03-23T16:11:00Z Indexed on 2010/03/23 16:13 UTC
Read the original article Hit count: 435

Filed under:
|
|
|

How to make multiple forms with shared fields without using javascript?

<input type=text name=username />
<form action="/users">
    ... some fields ...
</form>
<form action="/admins">
    ... some another fields ...
</form>

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about html