Skip to content

Instantly share code, notes, and snippets.

@chrisbay
Created May 23, 2019 16:34
Show Gist options
  • Save chrisbay/f8842097f5c9424d87cf6e37f64d127d to your computer and use it in GitHub Desktop.
Save chrisbay/f8842097f5c9424d87cf6e37f64d127d to your computer and use it in GitHub Desktop.
Forms Studio Starter Code
<!doctype html>
<head>
<meta charset="utf-8">
<script>
// TODO: create a handler
window.addEventListener('load', function(){
// TODO: register the handler
});
</script>
</head>
<body>
<form id="searchForm">
<!-- TODO: add form elements -->
</form>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment