Tying form in with PHP

This commit is contained in:
Chris Smith
2019-03-04 13:39:34 -06:00
parent 8a6093e263
commit 7e2bbdc297
4 changed files with 82 additions and 12 deletions

View File

@@ -77,7 +77,7 @@
</div>
<div class="col-md-8 order-md-1">
<h4 class="mb-3">Your Order</h4>
<form class="needs-validation" novalidate>
<form class="needs-validation" novalidate method="POST">
<div class="mb-3">
<label for="eventTickets">How many tickets would you like to purchase?</label>