adding form functionality
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<?php }?>
|
<?php }?>
|
||||||
<h3 class="mb-3">Add Credit Card</h3>
|
<h3 class="mb-3">Add Credit Card</h3>
|
||||||
<form method="POST">
|
<form class="needs-validation" novalidate method="POST" id="payment-form">
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="inputName">Name</label>
|
<label for="inputName">Name</label>
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
<label for="inputEmail">Email</label>
|
<label for="inputEmail">Email</label>
|
||||||
<input type="input" class="form-control" id="inputEmail" name="email" value="<?=$guest->email?>">
|
<input type="input" class="form-control" id="inputEmail" name="email" value="<?=$guest->email?>">
|
||||||
</div>
|
</div>
|
||||||
|
<input type="hidden" id="check" value="checked">
|
||||||
|
|
||||||
<div id="card-element">
|
<div id="card-element">
|
||||||
<!-- A Stripe Element will be inserted here. -->
|
<!-- A Stripe Element will be inserted here. -->
|
||||||
|
|||||||
Reference in New Issue
Block a user