mirror of
https://github.com/itflow-org/itflow
synced 2026-08-09 00:57:16 +00:00
Add some missing maxlength form options to prevent info overflow and result in error 500
This commit is contained in:
@@ -376,7 +376,7 @@ if (isset($_GET['quote_id'])) {
|
||||
?>">
|
||||
<td></td>
|
||||
<td>
|
||||
<input type="text" class="form-control" name="name" id="name" placeholder="Item" required>
|
||||
<input type="text" class="form-control" name="name" id="name" placeholder="Item" maxlength="200" required>
|
||||
</td>
|
||||
<td>
|
||||
<textarea class="form-control" rows="2" name="description" id="desc" placeholder="Enter a Description"></textarea>
|
||||
|
||||
Reference in New Issue
Block a user