Skip to content

Commit

Permalink
Submit form changes for marks obtained and resident type
Browse files Browse the repository at this point in the history
  • Loading branch information
GitVivekHub committed Oct 21, 2024
1 parent 09107f2 commit 4ed5cdf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/views/submit.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -118,19 +118,27 @@
<option value="10">10</option>
</select>

<label>Resident Type:</label>
<select class="large-select" name="resident_type" required>
<option value="Dayscholar">Dayscholar</option>
<option value="Hosteler">Hosteller</option>
</select>


<label>Aadhaar:</label>
<input
type="text"
name="aadhaar"
placeholder="Aadhaar"
required="true"
/>
<label>Marks of Previous Class:</label>
<label>Marks of Previous Class:</labelresident_type>
<input
type="number"
name="marks_previous_class"
placeholder="Marks of Previous Class"
required="true"
step="0.01"
/>
<label>Caste:</label>
<input type="text" name="caste" placeholder="Caste" required="true" />
Expand Down

0 comments on commit 4ed5cdf

Please sign in to comment.