Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Last active January 10, 2020 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuzannamj/aa775412163a04b83c59482857bba2ea to your computer and use it in GitHub Desktop.
Save zuzannamj/aa775412163a04b83c59482857bba2ea to your computer and use it in GitHub Desktop.
<html>
<body>
<h2>Update your profile:</h2>
<form>
<label>First name: </label><input type="text" name="firstname"><br>
<label>Last name: </label><input type="text" name="lastname"><br>
<label>Email: </label><input type="text" name="email"><br>
<h2>Update your subscriptions:</h2>
<label>Newsletter: </label><input name="newsletter" type="checkbox"><br>
<label>Events: </label><input name="events" type="checkbox"><br>
<label>Offers: </label><input name="offers" type="checkbox"><br>
<input name="submitted" type="hidden" value="true"><br>
<input type="submit" value="Submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment