Created
June 15, 2018 16:15
-
-
Save alistairstead3408/6b3c1260f89c199fa38503e1ca8edd29 to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/yusejirutu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<form> | |
<input type="text" name="FirstName"/> | |
<input type="text" name="Surname"/> | |
<input action="https://carsnip.oodlecarfinance.com/application_form.php" type="submit" value="Send"> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment