diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-27 23:18:37 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-27 23:18:37 +0100 |
| commit | faf28d6c01cc37846674b9fafff756dd4656377a (patch) | |
| tree | 3561c2d62fffe036022bfb7846f0d3aec221365c | |
| parent | e186593283338766e569218ffb34ec58ba748b45 (diff) | |
Removed confusing 'reference images' line in mail form input for commissions as image input is not avalible into the mail form
| -rw-r--r-- | src/Pages/commissions/commissions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Pages/commissions/commissions.php b/src/Pages/commissions/commissions.php index feee49c..5d06e4c 100644 --- a/src/Pages/commissions/commissions.php +++ b/src/Pages/commissions/commissions.php @@ -254,7 +254,7 @@ <div class="form-row"> <label for="description">Describe your commission *</label> <textarea id="description" name="description" required maxlength="5000" - placeholder="Tell me about your project: character details, style preferences, reference images, etc."><?= htmlspecialchars($_POST['description'] ?? '', ENT_QUOTES, 'UTF-8') ?></textarea> + placeholder="Tell me about your project: character details, style preferences, etc."><?= htmlspecialchars($_POST['description'] ?? '', ENT_QUOTES, 'UTF-8') ?></textarea> </div> <button type="submit">Send Request</button> |
