CSV Import is now working
This commit is contained in:
@@ -196,16 +196,16 @@
|
||||
</div>
|
||||
|
||||
<!-- Delivery Section (conditionally shown) -->
|
||||
<div id="delivery-section" class="hidden">
|
||||
<div id="delivery-section">
|
||||
<label
|
||||
class="block text-sm font-medium text-gray-700 mb-2"
|
||||
>
|
||||
Delivery Address
|
||||
Donation Amount
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
name="delivery_address"
|
||||
placeholder="Enter delivery address"
|
||||
type="number"
|
||||
name="question6_amount"
|
||||
placeholder="Enter Donation Amount ($)"
|
||||
class="professional-input w-full px-3 py-2 border border-gray-300 bg-white text-gray-900 placeholder-gray-500"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user