Add survey

This commit is contained in:
2024-05-15 19:23:02 +02:00
parent 9d222c203c
commit d049848bff
4 changed files with 12 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
<input type="radio" name="satisfaction" value="1" id="spokojnost_nanic">
<label for="spokojnost_nanic">Nanič</label>
<br>
<br>
<h3>Funkčnosť stránky:</h3>
<input type="radio" name="functionality" value="5" id="funkcnost_super">
<label for="funkcnost_super">Super</label>
@@ -25,6 +26,7 @@
<input type="radio" name="functionality" value="1" id="funkcnost_nanic">
<label for="funkcnost_nanic">Nanič</label>
<br>
<br>
<h3>Obsah stránky:</h3>
<input type="radio" name="content" value="5" id="content_super">
<label for="content_super">Super</label>
@@ -37,7 +39,9 @@
<input type="radio" name="content" value="1" id="content_nanic">
<label for="content_nanic">Nanič</label>
<br>
<br>
<textarea name="comment" placeholder="Komentár" cols="80" rows="20" required></textarea>
<br>
<br>
<button onclick="surveySubmit()">Odoslať</button>
</form>