Allow Manual Input of Trip Destination or select from client locations, Added Remember me checkbox for future implementation

This commit is contained in:
johnnyq
2023-11-06 19:37:48 -05:00
parent d2e3c1e12d
commit 3f2f405596
4 changed files with 57 additions and 4 deletions

View File

@@ -310,6 +310,12 @@ if (isset($_POST['login'])) {
</div>
</div>
</div>
<div class="form-group mb-3">
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="remember_me">
<label class="custom-control-label" for="remember_me">Remember Me</label>
</div>
</div>
<?php if (isset($token_field)) { echo $token_field; } ?>
<button type="submit" class="btn btn-primary btn-block mb-3" name="login">Sign In</button>