Skip to content
Snippets Groups Projects
Commit 8a68449d authored by Omar Ibrahim Arfa's avatar Omar Ibrahim Arfa
Browse files

make address required and change form method to post in bestellung.php...

make address required and change form method to post in bestellung.php EWA-Praktikum/23WS-EWA-Hofmann/23WS-EWA-Prak-Fr4y-1-Arfa_Pototzki#2
parent 4ddb8f85
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ echo <<< HTML
<section id="warenkorbSection">
<h2>Warenkorb</h2>
<form accept-charset="UTF-8" action="https://echo.fbi.h-da.de/" method="get">
<form accept-charset="UTF-8" action="https://echo.fbi.h-da.de/" method="post">
<label for="warenkorb"></label>
<select id="warenkorb" multiple name="Pizza[]" size="3">
<option value="Margherita">Margherita</option>
......@@ -57,7 +57,7 @@ echo <<< HTML
<p>14,50</p>
<label for="address"></label><input id="address" name="Adresse" placeholder="Ihre Adresse" type="text"><br>
<label for="address"></label><input id="address" name="Adresse" placeholder="Ihre Adresse" type="text" required><br>
<input type="reset" value="Alles Löschen">
<input type="reset" value="Auswahl Löschen">
<input type="submit" value="Bestellen">
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment