Reso campo note del form di aggiunta obbligatorio

This commit is contained in:
2025-12-04 09:28:43 +01:00
parent d66cf4483b
commit a579f2e995

View File

@@ -13,7 +13,7 @@
<label for="prezzo">Prezzo</label><br> <label for="prezzo">Prezzo</label><br>
<input type="number" step="0.01" id="price" name="prezzo" required><br> <input type="number" step="0.01" id="price" name="prezzo" required><br>
<label for="note">Note</label><br> <label for="note">Note</label><br>
<input type="text" id="note" name="note"><br> <input type="text" id="note" name="note" required>
<br><br> <br><br>
<input type="submit" value="Aggiungi"> <input type="submit" value="Aggiungi">
</form> </form>