-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNewAlumnusRegistration.html
More file actions
30 lines (28 loc) · 1.17 KB
/
NewAlumnusRegistration.html
File metadata and controls
30 lines (28 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>New Alumnus Registration Page</title>
</head>
<body>
<form method="post" action="NewAlumnusRegistration" >
<center>
<h3> New Alumnus Registration Page </h3><br>
<p>Name: <input type="text" name="name"></p><br>
<p>Email-id: <input type="text" name="email"></p><br>
<p>Which course you studied in, when in college?<input type="text" name="course"></p><br>
<p> Which branch were you a part of ? <input type="text" name="branch"></p><br>
<p>Your College PRN: <input type="text" name="PRN"></p><br>
<p>What is your current organization?<input type="text" name="organization"></p><br>
<p>What is your current designation?<input type="text" name="designation"></p><br>
<p>Enter your new Password: <input type="password" name="password"></p><br>
<button type="submit"><a href="AlumniLogin.java">Submit</a></button>
</center>
</form>
</body>
</html>
</html>