Skip to content

Instantly share code, notes, and snippets.

@gmelodie
Created January 15, 2019 13:47
Show Gist options
  • Save gmelodie/e836863ec5f7711e085a8e22f5568de6 to your computer and use it in GitHub Desktop.
Save gmelodie/e836863ec5f7711e085a8e22f5568de6 to your computer and use it in GitHub Desktop.
Herschel Evans' website with voting form
<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