fix: default self-fund to none

This commit is contained in:
Marty Bostick
2026-07-10 18:23:46 +00:00
parent 8fa1add939
commit cc2d37007f
+2 -2
View File
@@ -462,11 +462,11 @@
<div class="control-group"> <div class="control-group">
<label>They self-fund through level</label> <label>They self-fund through level</label>
<select id="selfFundLevel"> <select id="selfFundLevel">
<option value="0">None (gift only)</option> <option value="0" selected>None (gift only)</option>
<option value="1">Level 1 ($14)</option> <option value="1">Level 1 ($14)</option>
<option value="2">Level 2 ($98)</option> <option value="2">Level 2 ($98)</option>
<option value="3">Level 3 ($263)</option> <option value="3">Level 3 ($263)</option>
<option value="4" selected>Level 4 ($593)</option> <option value="4">Level 4 ($593)</option>
<option value="5">Level 5 ($1,253)</option> <option value="5">Level 5 ($1,253)</option>
</select> </select>
</div> </div>