Advertisement
sparkweb

Gridcheck Login Form

Apr 24th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.46 KB | None | 0 0
  1. <form method="post"  name="gridcheckform" id="gridcheckform" action="https://www.gridcheck.com/login.asp">
  2.  
  3. <label for="signInUsername">Username</label>
  4. <input type="text" name="signInUsername" id="signInUsername" value="" />
  5.  
  6. <br />
  7.  
  8. <label for="signInPassword">Password</label>
  9. <input type="password" name="signInPassword" id="signInPassword" />
  10.  
  11. <button type="submit" name="submit" name="submitlogin" class="gkbutton">Gridcheck Login</button>
  12.  
  13. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement