mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 11:17:09 +01:00
remove commented-out ticket purchase form from index.html
This commit is contained in:
34
index.html
34
index.html
@@ -71,40 +71,6 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- <div class="container mt-5">
|
||||
<h1 class="text-center">Koop je tickets voor Spik en Span!</h1>
|
||||
<form id="ticketForm" action="process_ticket.php" method="POST" class="mt-4">
|
||||
<div class="mb-3">
|
||||
<label for="name" class="form-label">Naam</label>
|
||||
<input type="text" id="name" name="name" class="form-control" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="email" class="form-label">E-mailadres</label>
|
||||
<input type="email" id="email" name="email" class="form-control" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="ticketCategory" class="form-label">Categorie</label>
|
||||
<select id="ticketCategory" name="category" class="form-select" required>
|
||||
<option value="adult">Volwassenen</option>
|
||||
<option value="child">Kinderen</option>
|
||||
<option value="group">Groepen</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="ticketQuantity" class="form-label">Aantal tickets</label>
|
||||
<input type="number" id="ticketQuantity" name="quantity" class="form-control" min="1" max="10" required>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Koop Tickets</button>
|
||||
</form>
|
||||
<div id="qrCodeContainer" class="mt-5 text-center"></div>
|
||||
</div>-->
|
||||
|
||||
<div id="carouselExampleIndicators" class="carousel slide size">
|
||||
<div class="carousel-indicators">
|
||||
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
|
||||
|
||||
Reference in New Issue
Block a user