Ahlahn
12-21-2010, 10:12 PM
What's the point of having the name in ...
<form id="form" name="form" method="post" action="mailto:example@email.com">
The method identifies what the form will be used for (to collect data), and the action specifies what happens with the data.
So what's the deal with the name?
Thanks!
<form id="form" name="form" method="post" action="mailto:example@email.com">
The method identifies what the form will be used for (to collect data), and the action specifies what happens with the data.
So what's the deal with the name?
Thanks!