File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments