Add survey

This commit is contained in:
2024-05-15 19:24:51 +02:00
parent d049848bff
commit c63b91f0cd
2 changed files with 2 additions and 1 deletions

View File

@@ -40,7 +40,7 @@
<label for="content_nanic">Nanič</label>
<br>
<br>
<textarea name="comment" placeholder="Komentár" cols="80" rows="20" required></textarea>
<textarea name="comment" placeholder="Komentár" cols="80" rows="10" required></textarea>
<br>
<br>
<button onclick="surveySubmit()">Odoslať</button>