What's the problem with this form?
<form action="/submit" method="send">
<input type="text" id="username" name="username"/>
<input type="submit" value="Submit"/>
</form>
What's the problem with this form?
<form action="/submit" method="send">
<input type="text" id="username" name="username"/>
<input type="submit" value="Submit"/>
</form>