Add option on the contact edit modal to send client a welcome email

This commit is contained in:
Marcus Hill
2022-12-31 17:25:10 +00:00
parent cb6211526c
commit a97ce3c59a
2 changed files with 29 additions and 1 deletions

View File

@@ -165,6 +165,11 @@
<?php } ?>
<div class="form-check">
<input type="checkbox" class="form-check-input" name="send_email" value=""/>
<label class="form-check-label">Send user e-mail with login details?</label>
</div>
</div>
<div class="tab-pane fade" id="pills-photo<?php echo $contact_id; ?>">