CSV Import is now working

This commit is contained in:
Mann Patel
2025-09-03 14:35:47 -06:00
parent 7f2b7e481a
commit 86d733e80e
20 changed files with 2160 additions and 1626 deletions

View File

@@ -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>