fixing button
This commit is contained in:
@@ -5,12 +5,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
|
||||
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
<script src="/js/main.js"></script>
|
||||
<script>
|
||||
// Example starter JavaScript for disabling form submissions if there are invalid fields
|
||||
|
||||
@@ -44,8 +44,11 @@
|
||||
|
||||
<div class="website">
|
||||
<div class="gridStyle container">
|
||||
<div class="pad-25-top pad-15-left">
|
||||
<a href="/" class="btn-primary btn">Home</a>
|
||||
</div>
|
||||
<div class="py-5 text-center">
|
||||
<h4 class="pad-25-top">Nature's Classroom Institute & Montessori School Presents</h4>
|
||||
<h4>Nature's Classroom Institute & Montessori School Presents</h4>
|
||||
<img src="/images/logo.png" alt="Dinner in the Woods Event Logo">
|
||||
<h1>Dinner in the Woods</h1>
|
||||
<h5>Live Music · Local Food · Live & Silent Auction · Cabanas</h5>
|
||||
|
||||
@@ -144,12 +144,12 @@
|
||||
|
||||
<div class="d-block my-3">
|
||||
<div class="custom-control custom-radio">
|
||||
<input id="credit" name="paymentMethod" type="radio" class="custom-control-input" value="0" checked required>
|
||||
<label class="custom-control-label" for="credit">Credit card</label>
|
||||
<input id="credit" name="paymentMethod" type="radio" value="0" checked required>
|
||||
<label for="credit">Credit card</label>
|
||||
</div>
|
||||
<div class="custom-control custom-radio">
|
||||
<input id="check" name="paymentMethod" type="radio" class="custom-control-input" value="1" required>
|
||||
<label class="custom-control-label" for="debit">Check/Cash</label>
|
||||
<input id="check" name="paymentMethod" type="radio" value="1" required>
|
||||
<label for="debit">Check/Cash</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" id="checkDetails" style="display: none">
|
||||
|
||||
Reference in New Issue
Block a user