Skip to content

Commit 091907f

Browse files
GET Method
1 parent 4b2f80c commit 091907f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pesan-tiket.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ <h1>Pesan Tiket Film</h1>
1515

1616
<div class="container">
1717
<h2>Formulir Pemesanan Tiket</h2>
18-
<!-- Menghubungkan form ke konfirmasi.html -->
19-
<form action="konfirmasi.html" method="POST">
18+
<form action="konfirmasi.html" method="GET">
19+
</form>
2020
<label for="nama">Nama Lengkap:</label>
2121
<input type="text" id="nama" name="nama" placeholder="Nama Anda" required>
2222

@@ -34,9 +34,7 @@ <h2>Formulir Pemesanan Tiket</h2>
3434
<label for="jumlah">Jumlah Tiket:</label>
3535
<input type="number" id="jumlah" name="jumlah" min="1" max="10" placeholder="1" required>
3636

37-
<!-- Tombol submit yang mengarahkan ke konfirmasi.html -->
3837
<button type="submit" class="btn-submit">Pesan Sekarang</button>
39-
<a href="konfirmasi.html" class="btn-submit">Pesan Sekarang</a>
4038
</form>
4139
</div>
4240

0 commit comments

Comments
 (0)