first/last name instead ofj ust name, fix og migration instead of updating in second file sqlite issue

This commit is contained in:
2026-01-26 23:31:29 -08:00
parent ea1cb8cd29
commit 348665deb8
15 changed files with 74 additions and 94 deletions

View File

@@ -15,7 +15,7 @@
</aside>
<div class="column column-80">
<div class="contactUsFormSubmissions view content">
<h3><?= h($contactUsFormSubmission->name) ?></h3>
<h3><?= h($contactUsFormSubmission->email) ?></h3>
<table>
<tr>
<th><?= __('Id') ?></th>
@@ -27,7 +27,7 @@
</tr>
<tr>
<th><?= __('Name') ?></th>
<td><?= h($contactUsFormSubmission->name) ?></td>
<td><?= h($contactUsFormSubmission->full_name) ?></td>
</tr>
<tr>
<th><?= __('Email') ?></th>
@@ -35,7 +35,7 @@
</tr>
<tr>
<th><?= __('Subject') ?></th>
<td><?= h($contactUsFormSubmission->subject) ?></td>
<td><?= h($contactUsFormSubmission->contact_subject) ?></td>
</tr>
<tr>
<th><?= __('Submitted At') ?></th>