You can now upload and create documents, credentials in contact and asset details sections

This commit is contained in:
johnnyq
2025-03-20 12:58:00 -04:00
parent 19a6f8f422
commit 475d653979
9 changed files with 75 additions and 18 deletions

View File

@@ -9,6 +9,12 @@
</div>
<form action="post.php" method="post" autocomplete="off">
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
<?php if (isset($_GET['contact_id'])) { ?>
<input type="hidden" name="contact" value="<?php echo intval($_GET['contact_id']); ?>">
<?php } ?>
<?php if (isset($_GET['asset_id'])) { ?>
<input type="hidden" name="asset" value="<?php echo intval($_GET['asset_id']); ?>">
<?php } ?>
<div class="modal-body bg-white">
<div class="form-group">