Skip to content

Commit 53a3c26

Browse files
authored
changed Roll no. to ID value
1 parent 35b6e8c commit 53a3c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NewRecord.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<h4>Enter Data</h4>
1818
</center>
1919

20-
<label>Roll No (1 - 10)</label>
21-
<input type="number" name="roll_no" placeholder="Your Roll No." required>
20+
<label>ID No (1 - 10)</label>
21+
<input type="number" name="id_no" placeholder="Your ID No." required>
2222

2323
<label>Password</label>
2424
<input type="password" name="pass" placeholder="Enter Password" required>

0 commit comments

Comments
 (0)