approval control

This commit is contained in:
Walter Hupfeld
2024-03-12 08:19:43 +01:00
parent d571968568
commit 121626eb5f
4 changed files with 22 additions and 20 deletions

View File

@@ -40,7 +40,7 @@ global $arrDefect;
<!-- Mängelkategorie -------------------------------- -->
<label for="defect"><strong>Art des Hindernisses:</strong></label>
<select name="defect" id="defect">
<select name="defect" id="defect" required="required">
HEREDOC;
foreach ($arrDefect as $defectKey => $defectVal) {
echo " <option value='$defectKey'>$defectVal</option>";