Fix Create Ticket not submitting due to TinyMCE not respecting required fields in the textarea form inputs, removed the required fields for now

This commit is contained in:
johnnyq
2023-05-09 15:50:26 -04:00
parent 6f6ae476a9
commit 485510a3ce
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@
</div>
<div class="form-group">
<textarea class="form-control tinymce" rows="8" name="details" required><?php echo $ticket_details; ?></textarea>
<textarea class="form-control tinymce" rows="8" name="details"><?php echo $ticket_details; ?></textarea>
</div>
<div class="form-group">