implemented step 07

- added categories for 1. step in wizard
This commit is contained in:
2026-06-12 19:01:34 +02:00
parent b4960c4e39
commit 0e0670574d
6 changed files with 388 additions and 9 deletions

View File

@ -22,9 +22,21 @@
<div class="step active" data-step="1">
<h2>Oblasť podnikania</h2>
<p class="step-description">V čom podnikáte? Pomôže nám to prispôsobiť váš web.</p>
<div class="form-placeholder">
<!-- Budúce formulárové prvky -->
<p>Obsah pre krok 1...</p>
<div id="category-list" class="category-grid">
<!-- Categories will be injected here -->
</div>
<div id="subcategory-container" class="subcategory-section hidden">
<h3>Vyberte podkategóriu</h3>
<div id="subcategory-list" class="subcategory-chips">
<!-- Subcategories will be injected here -->
</div>
<div id="custom-category-group" class="form-group hidden">
<label for="custom-description">Popíšte vašu oblasť podnikania</label>
<textarea id="custom-description" rows="3" placeholder="Napr. Súkromná materská škola, Prenájom jácht..."></textarea>
</div>
</div>
</div>