DAM update
This commit is contained in:
parent
69bb015409
commit
67a2143b99
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user