Adjust wording and positioning
This commit is contained in:
parent
cb804eaf85
commit
6af2fb753a
@ -246,7 +246,7 @@
|
||||
</div>
|
||||
|
||||
<div class="btn btn-sm btn-primary mt-1" id="add_child_row">
|
||||
<i class="fas fa-plus"></i> Add another row
|
||||
<i class="fas fa-plus"></i> Add another
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -386,7 +386,7 @@
|
||||
<input type="hidden" name="stripeToken" id="stripe-token" required />
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<button type="submit" class="btn btn-primary">Submit Application</button>
|
||||
<button type="submit" class="btn btn-primary"><i class="fas fa-arrow-right"></i> Submit<span class="d-none d-sm-inline"> Application and Payment</span></button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
@ -62,9 +62,12 @@ $randomid = mt_rand(0, 9999999999);
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm-2">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" value="1" name="child[graduate][<?php echo $randomid; ?>]">
|
||||
<label class="form-check-label">Graduated</label>
|
||||
<div class="form-group">
|
||||
<label>Graduated?</label>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" value="1" name="child[graduate][<?php echo $randomid; ?>]">
|
||||
<label class="form-check-label mt-1">Yes</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user