Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<body>
<form action="defaultAction.pho">
  First name: <input type="text" name="firstName"><br>
  Last name: <input type="text" name="lastName"><br>
  <input type="submit" value="Submit"><br>
  <input type="submit" formaction="otherAction.php" value="Submit to another URL than default">
</form>
<p><b>Note:</b> The formaction attribute is not supported in IE.</p>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers