Added new items and dynamic select generator
This commit is contained in:
parent
c32577266b
commit
44624542e8
8 changed files with 37 additions and 9 deletions
|
@ -30,8 +30,6 @@
|
|||
<label for="item">The item to use:</label>
|
||||
<select class="form-control" id="item" name="item" required>
|
||||
<option value="" selected>Select an item...</option>
|
||||
<option value="leather_boots">Leather Boots</option>
|
||||
<option value="netherite_hoe">Netherite Hoe</option>
|
||||
</select>
|
||||
</div>
|
||||
<div id="formItems" style="display: none;">
|
||||
|
|
Reference in a new issue