Allow entering multiple ticket watchers at once

This commit is contained in:
Marcus Hill
2025-06-28 12:30:42 +01:00
parent 4cb2f42d71
commit ec344cbaa7
2 changed files with 65 additions and 58 deletions

View File

@@ -21,7 +21,7 @@
<span class="input-group-text"><i class="fa fa-fw fa-envelope"></i></span>
</div>
<select class="form-control select2" data-tags="true" name="watcher_email">
<option value="">- Select a contact or enter an email -</option>
<option value="">- Select a contact or enter an email(s) -</option>
<?php
$sql_client_contacts_select = mysqli_query($mysqli, "SELECT contact_id, contact_name, contact_email FROM contacts WHERE contact_client_id = $client_id AND contact_email <> '' ORDER BY contact_name ASC");