resets survey on submit

This commit is contained in:
ruchi 2021-03-12 23:31:28 -05:00
parent 5005a3c118
commit b90d24396d
11 changed files with 11 additions and 11 deletions

View file

@ -48,7 +48,7 @@
<!-- the content of the form -->
<!-- action="index.html" method="post" -->
<form class="surveryForm">
<form class="surveryForm" onsubmit="setTimeout(function(){window.location.reload();},10);">
<!-- User Information -->
<div class="userInfo">
<h2>User Information</h2>