Reso campo note del form di aggiunta obbligatorio
This commit is contained in:
2
add.html
2
add.html
@@ -13,7 +13,7 @@
|
||||
<label for="prezzo">Prezzo</label><br>
|
||||
<input type="number" step="0.01" id="price" name="prezzo" required><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>
|
||||
<input type="submit" value="Aggiungi">
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user