Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
  <title>Jsbin</title>
  </head>
<body>
<form action="defaultAction.php">
  <label for="givenName">Given name:</label> <input type="text" name="givenName" id="givenName"><br>
  <label for="familyName">Family name:</label> <input type="text" name="familyName" id="familyName"><br>
  <input type="submit" value="Submit"><br>
  <input type="submit" formaction="otherAction.php" value="Submit to another URL than default">
</form>
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
AuroreDechampspro
0viewers