Skip to content Skip to sidebar Skip to footer

Are Fields Without A Name Attribute Submitted To The Server?

Lets say I have two input fields inside a form, like so.
<

Solution 1:

An input element with no name is never submitted to the server.

That said, <input> is probably the wrong tool for the job if you specifically don't want it sent.

Post a Comment for "Are Fields Without A Name Attribute Submitted To The Server?"