Created
January 15, 2019 13:47
-
-
Save gmelodie/e836863ec5f7711e085a8e22f5568de6 to your computer and use it in GitHub Desktop.
Herschel Evans' website with voting form
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
<form> | |
Did you enjoy this page?<br> | |
<input type="radio" name="liked" value="yes" checked> Yes <br> | |
<input type="radio" name="liked" value="no"> No <br> | |
<input type="submit" value="Submit"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment