Guest User

Untitled

a guest
Jan 19th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <form action="vote.php" method="post">
  2. Did you enjoy this page?<br>
  3. <input type="radio" name="liked" value="yes" checked> Yes <br>
  4. <input type="radio" name="liked" value="no"> No <br>
  5. <input type="submit" value="Submit">
  6. </form>
Add Comment
Please, Sign In to add comment