Skip to content

Instantly share code, notes, and snippets.

@itsmanishagarwal
Created February 27, 2015 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsmanishagarwal/ff8ba3d4c018e82bb25b to your computer and use it in GitHub Desktop.
Save itsmanishagarwal/ff8ba3d4c018e82bb25b to your computer and use it in GitHub Desktop.
Blog: No form parameters are passed when submitting a form
<form accept-charset="UTF-8" role="form" class="form-signin" action="loginProcess" method="post">
<fieldset>
<input class="form-control" placeholder="Username" id="username"
type="text">
<input class="form-control"
placeholder="Password" id="password" type="password">
<input class="btn btn-lg btn-success btn-block" type="submit"
id="login" value="Login ª">
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment