-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeclaration.html
More file actions
314 lines (272 loc) · 11.6 KB
/
declaration.html
File metadata and controls
314 lines (272 loc) · 11.6 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nomination and Declaration</title>
<link rel="stylesheet" href="declare.css" />
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<div class="navbar-left">
<span class="icon" title="Home"><i class="fa-solid fa-house"></i></span>
</div>
<div class="navbar-center">
<h2>Joining Form</h2>
</div>
<div class="navbar-right"></div>
</div>
<!-- Form Section -->
<div class="form-section">
<h3>NOMINATION AND DECLARATION FORM FOR UNEXEMPTED/EXEMPTED ESTABLISHMENTS</h3><br>
<form action="declaration.html" method="post">
<div class="sub-heading"><center>Declaration and Nomination Form under the Employees Provident Funds and Employees Pension Schemes
(Paragraph 33 and 61 (1) of the Employees Provident Fund Scheme 1952 and Paragraph 18 of the Employees Pension Scheme 1995)</center>
</div><br><br>
<!-- Row 1: Name Fields -->
<div class="form-row">
<div class="form-group">
<label for="firstName">First Name <span class="required">*</span></label>
<input type="text" id="firstName" name="firstName" placeholder="First name" required />
</div>
<div class="form-group">
<label for="middleName">Middle Name</label>
<input type="text" id="middleName" name="middleName" placeholder="Middle name" />
</div>
<div class="form-group">
<label for="lastName">Last Name <span class="required">*</span></label>
<input type="text" id="lastName" name="lastName" placeholder="Last name" required />
</div>
</div>
<div class="form-row">
<div class="form-group">
<label for="dob">Date of Birth <span class="file-note">(DD/MM/YYYY)</span><span class="required">*</span></label>
<input type="date" id="dob" name="dob" required placeholder="DD/MM/YYYY"/>
</div>
<div class="form-group">
<label for="birthPlace">Account Number</label>
<input type="text" id="birthPlace" name="birthPlace" placeholder="Enter account number"/>
</div>
</div>
<!-- Row 8: Gender & Marital Status -->
<div class="form-row">
<div class="form-group">
<label for="gender">Gender</label>
<select id="gender" name="gender">
<option value="">Select Gender</option>
<option value="male">Male</option>
<option value="female">Female</option>
<option value="other">Other</option>
</select>
</div>
<div class="form-group">
<label for="maritalStatus">Marital Status</label>
<select id="maritalStatus" name="maritalStatus">
<option value="">Select Marital Status</option>
<option value="single">Single</option>
<option value="married">Married</option>
<option value="divorced">Divorced</option>
<option value="widowed">Widowed</option>
</select>
</div>
</div>
<div class="form-row">
<div class="form-group">
<label for="Address">Address</label>
<input type="text" id="Address" name="Address" placeholder="Enter your current address" /><br>
</div>
</div>
<div class = "form-row">
<h3 class="center-text"><strong>PART - A (EPF)</strong></h3>
</div>
<div class = "form-row">
<p class="declaration-text">
I hereby nominate the person(s)/cancel the nomination made by me previously and nominate the person(s) mentioned below to receive the amount standing to my credit in the Employees Provident Fund, in the event of my death.
</p><br>
</div>
<div class="table-container">
<table class="nominee-table" id="nomineeTable" >
<thead>
<tr>
<th>Name of the Nominee</th>
<th>Address</th>
<th>Relationship with Employee</th>
<th>Date of Birth</th>
<th>Total Amount of share accumulations in Provident Funds to be paid to each other</th>
<th>If nominee is minor, name and address of guardian who may receive the amount during the minority of nominee</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="text" name="Name[]" placeholder="Enter nominee name"/></td>
<td><input type="date" name="Address[]" placeholder="Enter nominee address"/></td>
<td><input type="text" name="Relationship[]" placeholder="Enter relation"/></td>
<td><input type="date" name="DOB[]" placeholder="Enter nominee DOB"/></td>
<td><input type="text" name="Share[]" placeholder="Enter share percentage"/></td>
<td><input type="text" name="[]" placeholder="Enter minor details"/></td>
<td>
<button type="button" class="add-row" onclick="addNomineeRow()">+</button>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<div class="form-row">
<label>
<input type="checkbox" name="certify_no_family" required>
Certified that I have no family as defined in para 2 (g) of the Employees Provident Fund Scheme 1952 and should I acquire a family hereafter the above nomination should be deemed as cancelled.
</label>
</div>
<div class="form-row">
<label>
<input type="checkbox" name="certify_parents_dependent" required>
Certified that my father/mother is/are dependent upon me.
</label>
</div>
<div class="form-group">
<label for="signUpload1">Signature of subscriber <span class="file-note">(pdf, jpeg, png)</span><span class="required">*</span></label>
<input type="file" id="signUpload1" name="signUpload1" accept=".pdf, .jpg, .jpeg, .png" style="width: 30%; padding: 10px; border: 1px solid #ccc; border-radius: 6px;"/>
</div>
<div class = "form-row">
<h3 class="center-text"><strong>PART - B (EPS)</strong></h3>
</div>
<div class = "form-row">
<h4 class="center-text"><strong>Para 18</strong></h4>
</div>
<div class = "form-row">
<p class="declaration-text">
I hereby furnish below particulars of the members of my family who would be eligible to receive Widow/Children Pension in the event of my premature death in service.
</p><br>
</div>
<div class="table-container">
<table class="member-table" id="memberTable" >
<thead>
<tr>
<th>Name of the Family Member</th>
<th>Address</th>
<th>Date of Birth</th>
<th>Relationship with Member</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="text" name="Name[]" placeholder="Enter member name"/></td>
<td><input type="text" name="Address[]" placeholder="Enter member address"/></td>
<td><input type="date" name="DOB[]" placeholder="Enter member DOB"/></td>
<td><input type="text" name="Relationship[]" placeholder="Enter relation"/></td>
<td>
<button type="button" class="add-row" onclick="addMemberRow()">+</button>
</td>
</tr>
</tbody>
</table>
</div>
<script>
// Common Row Removal
function removeRow(button) {
const row = button.closest("tr");
row.remove();
}
// Add a Nominee row
function addNomineeRow() {
const table = document.querySelector("#nomineeTable tbody");
const newRow = document.createElement("tr");
newRow.innerHTML = `
<td><input type="text" name="Name[]" placeholder="Enter nominee name"/></td>
<td><input type="text" name="Address[]" placeholder="Enter nominee address"/></td>
<td><input type="text" name="Relationship[]" placeholder="Enter relation"/></td>
<td><input type="date" name="DOB[]" placeholder="Enter nominee DOB"/></td>
<td><input type="text" name="Share[]" placeholder="Enter share percentage"/></td>
<td><input type="text" name="Minor[]" placeholder="Enter minor details"/></td>
<td>
<button type="button" class="remove-row" onclick="removeRow(this)">-</button>
</td>
`;
table.appendChild(newRow);
}
// Add member row
function addMemberRow() {
const table = document.querySelector("#membersTable tbody");
const newRow = document.createElement("tr");
newRow.innerHTML = `
<td><input type="text" name="Name[]" placeholder="Enter member name"/></td>
<td><input type="text" name="Address[]" placeholder="Enter member address"/></td>
<td><input type="date" name="DOB[]" placeholder="Enter member DOB"/></td>
<td><input type="text" name="Relationship[]" placeholder="Enter relation"/></td>
<td>
<button type="button" class="remove-row" onclick="removeRow(this)">-</button></td>
`;
table.appendChild(newRow);
}
</script>
<div class="form-row">
<label>
<input type="checkbox" name="certify_no_family" required>
Certified that I have no family as defined in para 2 (vii) of the Employees's Family Pension Scheme 1995 and should I acquire a family hereafter I shall furnish Particulars there on in the above form.
</label>
</div>
<br>
<div class="form-row">
<label>
<input type="checkbox" name="certify_parents_dependent" required>
I hereby nominate the following person for receiving the monthly widow pension (admissible under para 16 2 (a) (i) & (ii) in the event of my death without leaving any eligible family member for receiving pension.
</label>
</div>
<div class="table-container">
<table class="widow-table">
<thead>
<tr>
<th>Name</th>
<th>Address</th>
<th>Date of Birth</th>
<th>Relationship with member</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="text" name="name" placeholder="Enter member name" /></td>
<td><input type="text" name="address" placeholder="Enter member address"/></td>
<td><input type="date" name="DOB" /></td>
<td><input type="text" name="relation" placeholder="Enter relation"/></td>
</tr>
</tr>
</tbody>
</table>
</div>
<div style="margin-top: 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;">
<div style="flex: 1; width: 200px;">
<div class="form-group">
<label for="signUpload2">Signature <span class="file-note">(pdf, jpeg, png)</span><span class="required">*</span></label>
<input type="file" id="signUpload2" name="signUpload2" accept=".pdf, .jpg, .jpeg, .png" style="width: 50%; padding: 10px; border: 1px solid #ccc; border-radius: 6px;"/>
</div>
</div>
<div style="flex: 1; min-width: 500px; margin-top: 15px;">
<label for="applicantDate">Date:</label>
<input type="date" id="applicantDate" name="applicantDate" style="width: 30%; padding: 10px; border: 1px solid #ccc; border-radius: 6px;">
</div>
</div>
</div>
<div class="form-buttons">
<a href="nomination.html">
<button type="button" class="back-btn">Back</button>
</a>
<a href="new_form.html">
<button type="submit" class="submit-btn">Save and Next</button>
</a>
</div>
<script>
const form = document.querySelector('form');
form.addEventListener('submit', function (e) {
e.preventDefault(); // prevent default form behavior
// Optional: Validate and send data using fetch()
// Then redirect
window.location.href = 'newform.html';
});
</script>
</form>
</body>
</html>