Guest User

Untitled

a guest
Nov 19th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <form action="https://mywebsite.com/submissions"
  2. method="post">
  3.  
  4. First name: <input type="text" name="fname"><br>
  5. Last name: <input type="text" name="lname"><br>
  6. <input type="submit" value="Submit">
  7.  
  8. </form>
Add Comment
Please, Sign In to add comment