DAM update

This commit is contained in:
peskyadmin 2025-03-17 15:39:45 -04:00
parent 69bb015409
commit 67a2143b99

View File

@ -29,9 +29,20 @@
placeholder="john.doe@email.com"
type="email" />
</div>
<div class="mb-6">
<label for="topic" class="form-label">
Select Topic <span class="text-red-500">*</span>
</label>
<select id="topic" name="topic" class="form-select">
<option value="consumer">Business Offering</option>
<option value="business">Consumer Offering</option>
<option value="feedback">Feedback</option>
<option value="other">Other</option>
</select>
</div>
<div class="mb-6">
<label for="message" class="form-label">
Anything else? <span class="text-red-500">*</span>
Tell Us About Your DAM Problems? <span class="text-red-500">*</span>
</label>
<textarea
id="message"