| Line 186... |
Line 186... |
| 186 |
<input type="hidden" name="_id" value="0"/>
|
186 |
<input type="hidden" name="_id" value="0"/>
|
| 187 |
<h4 class="page-header">1. Registered Business Name of HSPS (in Block Letters)</h4>
|
187 |
<h4 class="page-header">1. Registered Business Name of HSPS (in Block Letters)</h4>
|
| 188 |
<div class="form-group ">
|
188 |
<div class="form-group ">
|
| 189 |
|
189 |
|
| 190 |
<label for=""></label>
|
190 |
<label for=""></label>
|
| 191 |
<input type="text" name="registeredBusinessName" style="text-transform:uppercase;" id="demo" class="bform" placeholder="Business Name"/>
|
191 |
<input type="text" name="registeredBusinessName" id="demo" class="bform" placeholder="Business Name" style="text-transform:uppercase;"/>
|
| 192 |
</div>
|
192 |
</div>
|
| 193 |
|
193 |
|
| 194 |
|
194 |
|
| 195 |
<h4 class="page-header">2. Registered Address (In Block Letters)</h4>
|
195 |
<h4 class="page-header">2. Registered Address (In Block Letters)</h4>
|
| 196 |
|
196 |
|
| 197 |
<div class="form-group float-label-control">
|
197 |
<div class="form-group float-label-control">
|
| 198 |
<label for="">Line 1</label>
|
198 |
<label for="">Line 1</label>
|
| 199 |
<input type="text" name ="line1" class="form-control" placeholder="Line 1">
|
199 |
<input type="text" name ="line1" class="form-control" placeholder="Line 1" style="text-transform:uppercase;">
|
| 200 |
</div>
|
200 |
</div>
|
| 201 |
<div class="form-group float-label-control">
|
201 |
<div class="form-group float-label-control">
|
| 202 |
<label for="">Line 2</label>
|
202 |
<label for="">Line 2</label>
|
| 203 |
<input type="text" name ="line2"class="form-control" placeholder="Line 2">
|
203 |
<input type="text" name ="line2"class="form-control" placeholder="Line 2" style="text-transform:uppercase;">
|
| 204 |
</div>
|
204 |
</div>
|
| 205 |
<div class="form-group float-label-control">
|
205 |
<div class="form-group float-label-control">
|
| 206 |
<label for="">Line 3</label>
|
206 |
<label for="">Line 3</label>
|
| 207 |
<input type="text" name="line3" class="form-control" placeholder="Line 3">
|
207 |
<input type="text" name="line3" class="form-control" placeholder="Line 3" style="text-transform:uppercase;">
|
| 208 |
</div>
|
208 |
</div>
|
| 209 |
<div class="form-group float-label-control">
|
209 |
<div class="form-group float-label-control">
|
| 210 |
<label for="">City</label>
|
210 |
<label for="">City</label>
|
| 211 |
<input type="text" name="city" class="form-control" placeholder="City">
|
211 |
<input type="text" name="city" class="form-control" placeholder="City" style="text-transform:uppercase;">
|
| 212 |
</div>
|
212 |
</div>
|
| 213 |
<div class="form-group float-label-control">
|
213 |
<div class="form-group float-label-control">
|
| 214 |
<label for="">District</label>
|
214 |
<label for="">District</label>
|
| 215 |
<input type="text" name="district" class="form-control" placeholder="District">
|
215 |
<input type="text" name="district" class="form-control" placeholder="District" style="text-transform:uppercase;">
|
| 216 |
</div>
|
216 |
</div>
|
| 217 |
<div class="form-group float-label-control">
|
217 |
<div class="form-group float-label-control">
|
| 218 |
<label for="">Pincode</label>
|
218 |
<label for="">Pincode</label>
|
| 219 |
<input type="text" name="pincode" maxlength="6" class="form-control" pattern="[0-9]{6}" title="Please enter correct Pin Code"placeholder="Pincode">
|
219 |
<input type="text" name="pincode" maxlength="6" class="form-control" pattern="[0-9]{6}" title="Please enter correct Pin Code"placeholder="Pincode" style="text-transform:uppercase;">
|
| 220 |
</div>
|
220 |
</div>
|
| 221 |
|
221 |
|
| 222 |
<div class="form-group float-label-control">
|
222 |
<div class="form-group float-label-control">
|
| 223 |
|
223 |
|
| 224 |
<select class="form-control" name = "state" placeholder="State">
|
224 |
<select class="form-control" name = "state" placeholder="State">
|
| Line 263... |
Line 263... |
| 263 |
</div>
|
263 |
</div>
|
| 264 |
|
264 |
|
| 265 |
|
265 |
|
| 266 |
<div class="form-group float-label-control">
|
266 |
<div class="form-group float-label-control">
|
| 267 |
<label for="">Email1</label>
|
267 |
<label for="">Email1</label>
|
| 268 |
<input type="email" class="form-control" name="registeredEmail1" placeholder="Email1" readonly value="${email}">
|
268 |
<input type="email" class="form-control" name="registeredEmail1" placeholder="Email1" readonly value="${email}" style="text-transform:uppercase;">
|
| 269 |
</div>
|
269 |
</div>
|
| 270 |
<p>Example:- xyz<strong>.hsps@gmail.com</strong></p>
|
270 |
<p>Example:- xyz<strong>.hsps@gmail.com</strong></p>
|
| 271 |
|
271 |
|
| 272 |
|
272 |
|
| 273 |
|
273 |
|
| 274 |
<div class="form-group float-label-control">
|
274 |
<div class="form-group float-label-control">
|
| 275 |
<label for="">Email2</label>
|
275 |
<label for="">Email2</label>
|
| 276 |
<input type="email" class="form-control" name="registeredEmail2" placeholder="Email2">
|
276 |
<input type="email" class="form-control" name="registeredEmail2" placeholder="Email2" style="text-transform:uppercase;">
|
| 277 |
</div>
|
277 |
</div>
|
| 278 |
|
278 |
|
| 279 |
|
279 |
|
| 280 |
<div class="form-group float-label-control">
|
280 |
<div class="form-group float-label-control">
|
| 281 |
<label for="">Mobile</label>
|
281 |
<label for="">Mobile</label>
|
| 282 |
<input type="text" class="form-control" name="mobile" maxlength = "10" pattern="[0-9]{10}" title="Please enter valid Phone number" placeholder="Mobile">
|
282 |
<input type="text" class="form-control" name="mobile" maxlength = "10" pattern="[0-9]{10}" title="Please enter valid Phone number" placeholder="Mobile" style="text-transform:uppercase;">
|
| 283 |
</div>
|
283 |
</div>
|
| 284 |
|
284 |
|
| 285 |
<label>Landline</label>
|
285 |
<label>Landline</label>
|
| 286 |
<div class="form-group Pmpform">
|
286 |
<div class="form-group Pmpform">
|
| 287 |
<input type="text" name="stdcode" maxlength = "5" pattern="[0-9]*" title="Please enter valid Phone number" placeholder="STDcode"/>
|
287 |
<input type="text" name="stdcode" maxlength = "5" pattern="[0-9]*" title="Please enter valid Phone number" placeholder="STDcode" style="text-transform:uppercase;"/>
|
| 288 |
|
288 |
|
| 289 |
|
289 |
|
| 290 |
<input type="text" name="telephone" maxlength = "10" pattern="[0-9]*" title="Please enter valid Phone number" placeholder="Telephone"/>
|
290 |
<input type="text" name="telephone" maxlength = "10" pattern="[0-9]*" title="Please enter valid Phone number" placeholder="Telephone" style="text-transform:uppercase;"/>
|
| 291 |
</div>
|
291 |
</div>
|
| 292 |
|
292 |
|
| 293 |
|
293 |
|
| 294 |
|
294 |
|
| 295 |
<h4 class="page-header">3. Type of Business Entity</h4>
|
295 |
<h4 class="page-header">3. Type of Business Entity</h4>
|
| Line 318... |
Line 318... |
| 318 |
<div class="partnership box" id="salePartnership">Upload <strong>Partnership Deed</strong></div>
|
318 |
<div class="partnership box" id="salePartnership">Upload <strong>Partnership Deed</strong></div>
|
| 319 |
</div>
|
319 |
</div>
|
| 320 |
<div class="limitedcompany box" id="salePrivateLimitedCompany">
|
320 |
<div class="limitedcompany box" id="salePrivateLimitedCompany">
|
| 321 |
<div class="form-group float-label-control">
|
321 |
<div class="form-group float-label-control">
|
| 322 |
<label for="">DIN Number</label>
|
322 |
<label for="">DIN Number</label>
|
| 323 |
<input type="text" class="form-control" name="dinNumber" disabled placeholder="DIN Number">
|
323 |
<input type="text" class="form-control" name="dinNumber" disabled placeholder="DIN Number" style="text-transform:uppercase;">
|
| 324 |
</div>Upload <strong>Incorporation certificate,Memorandum & Article of association</strong>
|
324 |
</div>Upload <strong>Incorporation certificate,Memorandum & Article of association</strong>
|
| 325 |
</div>
|
325 |
</div>
|
| 326 |
|
326 |
|
| 327 |
|
327 |
|
| 328 |
<div class="LimitedLiabilityPartnership box" id="saleLimitedLiabilityPartnership">
|
328 |
<div class="LimitedLiabilityPartnership box" id="saleLimitedLiabilityPartnership">
|
| 329 |
|
329 |
|
| 330 |
|
330 |
|
| 331 |
<div class="form-group float-label-control">
|
331 |
<div class="form-group float-label-control">
|
| 332 |
<label for="">DIN Number</label>
|
332 |
<label for="">DIN Number</label>
|
| 333 |
<input type="text" class="form-control" name="dinNumber" disabled placeholder="DIN Number">
|
333 |
<input type="text" class="form-control" name="dinNumber" disabled placeholder="DIN Number" style="text-transform:uppercase;">
|
| 334 |
</div>Upload <strong>Registration certificate & partnership Deed</strong>
|
334 |
</div>Upload <strong>Registration certificate & partnership Deed</strong>
|
| 335 |
</div>
|
335 |
</div>
|
| 336 |
|
336 |
|
| 337 |
<div class = "form-group file upload">
|
337 |
<div class = "form-group file upload">
|
| 338 |
<input type="file" accept="application/pdf,image/*" id="doc" name ="doc_bEntityDoc">
|
338 |
<input type="file" accept="application/pdf,image/*" id="doc" name ="doc_bEntityDoc">
|
| Line 354... |
Line 354... |
| 354 |
|
354 |
|
| 355 |
<h4 class="page-header">5. Permanent Account Number(PAN)</h4>
|
355 |
<h4 class="page-header">5. Permanent Account Number(PAN)</h4>
|
| 356 |
<div class="form-group ">
|
356 |
<div class="form-group ">
|
| 357 |
|
357 |
|
| 358 |
<label for=""></label>
|
358 |
<label for=""></label>
|
| 359 |
<input type="text" name="pan" maxlength="10" class="bform" placeholder="Permanent Account Number"/></div>
|
359 |
<input type="text" name="pan" maxlength="10" class="bform" placeholder="Permanent Account Number" style="text-transform:uppercase;"/></div>
|
| 360 |
<p>Provide Copy of PAN </p>
|
360 |
<p>Provide Copy of PAN </p>
|
| 361 |
|
361 |
|
| 362 |
<div class = "form-group file upload">
|
362 |
<div class = "form-group file upload">
|
| 363 |
|
363 |
|
| 364 |
<input type="file" accept="application/pdf,image/*" name="doc_panDoc">
|
364 |
<input type="file" accept="application/pdf,image/*" name="doc_panDoc">
|
| Line 395... |
Line 395... |
| 395 |
<th class="PMPownership">Share %</th>
|
395 |
<th class="PMPownership">Share %</th>
|
| 396 |
|
396 |
|
| 397 |
</tr>
|
397 |
</tr>
|
| 398 |
<tr>
|
398 |
<tr>
|
| 399 |
|
399 |
|
| 400 |
<td class="form-group"><input type="text" name="proprietorBusineesName"size="25"></td>
|
400 |
<td class="form-group"><input type="text" name="proprietorBusineesName"size="25" style="text-transform:uppercase;"></td>
|
| 401 |
<td class="form-group"><textarea row="3" name="proprietorAddress"></textarea></td>
|
401 |
<td class="form-group"><textarea row="3" name="proprietorAddress"></textarea></td>
|
| 402 |
<td class="form-group"><input type="text" name="proprietorPhone" maxlength="10" pattern="[0-9]{10}"size="10"></th>
|
402 |
<td class="form-group"><input type="text" name="proprietorPhone" maxlength="10" pattern="[0-9]{10}"size="10" style="text-transform:uppercase;"></th>
|
| 403 |
<td class="form-group"><input type="text" name="proprietorPan" maxlength="10" title="Please enter correct pan number"size="10"></td>
|
403 |
<td class="form-group"><input type="text" name="proprietorPan" maxlength="10" title="Please enter correct pan number"size="10" style="text-transform:uppercase;"></td>
|
| 404 |
<td class="form-group"><input type="text" name= "proprietorAdhaar" size="15"></td>
|
404 |
<td class="form-group"><input type="text" name= "proprietorAdhaar" size="15" style="text-transform:uppercase;"></td>
|
| 405 |
<td class="form-group"><input type="email" name= "proprietorEmail" size="20"></td>
|
405 |
<td class="form-group"><input type="email" name= "proprietorEmail" size="20" style="text-transform:uppercase;"></td>
|
| 406 |
<td class="form-group"><input type="text" pattern="[0-9]" name="proprietorOwner" size="10"></td>
|
406 |
<td class="form-group"><input type="text" pattern="[0-9]" name="proprietorOwner" size="10" style="text-transform:uppercase;"></td>
|
| 407 |
|
407 |
|
| 408 |
</tr>
|
408 |
</tr>
|
| 409 |
|
409 |
|
| 410 |
|
410 |
|
| 411 |
</table>
|
411 |
</table>
|
| Line 424... |
Line 424... |
| 424 |
<th class="PMPownership">Share %</th>
|
424 |
<th class="PMPownership">Share %</th>
|
| 425 |
|
425 |
|
| 426 |
</tr>
|
426 |
</tr>
|
| 427 |
<tr>
|
427 |
<tr>
|
| 428 |
|
428 |
|
| 429 |
<td class="form-group"><input name="partnerName1"type="text" size="25"></td>
|
429 |
<td class="form-group"><input name="partnerName1"type="text" size="25" style="text-transform:uppercase;"></td>
|
| 430 |
<td class="form-group"><textarea name="partnerAddress1" type="text" size="60"></textarea></td>
|
430 |
<td class="form-group"><textarea name="partnerAddress1" type="text" size="60"></textarea></td>
|
| 431 |
<td class="form-group"><input name = "partnerPhone1" pattern="[0-9]{10}"type="text" size="10"></th>
|
431 |
<td class="form-group"><input name = "partnerPhone1" pattern="[0-9]{10}"type="text" size="10" style="text-transform:uppercase;"></th>
|
| 432 |
<td class="form-group"><input name ="partnerPan1"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
432 |
<td class="form-group"><input name ="partnerPan1"type="text" maxlength = "10" title="Please enter correct pan number"size="10" style="text-transform:uppercase;"></td>
|
| 433 |
<td class="form-group"><input name="partnerAdhaar1" type="text" size="15"></td>
|
433 |
<td class="form-group"><input name="partnerAdhaar1" type="text" size="15" style="text-transform:uppercase;"></td>
|
| 434 |
<td class="form-group"><input name="partnerEmail1" type="email" size="20"></td>
|
434 |
<td class="form-group"><input name="partnerEmail1" type="email" size="20" style="text-transform:uppercase;"></td>
|
| 435 |
<td class="form-group"><input name="partnerOwner1" type="text"pattern="[0-9]"size="10"></td>
|
435 |
<td class="form-group"><input name="partnerOwner1" type="text"pattern="[0-9]"size="10" style="text-transform:uppercase;"></td>
|
| 436 |
|
436 |
|
| 437 |
</tr>
|
437 |
</tr>
|
| 438 |
|
438 |
|
| 439 |
|
439 |
|
| 440 |
</table>
|
440 |
</table>
|
| Line 451... |
Line 451... |
| 451 |
<th class="PMPownership">Share %</th>
|
451 |
<th class="PMPownership">Share %</th>
|
| 452 |
|
452 |
|
| 453 |
</tr>
|
453 |
</tr>
|
| 454 |
<tr>
|
454 |
<tr>
|
| 455 |
|
455 |
|
| 456 |
<td class="form-group"><input name="partnerName2"type="text" size="25"></td>
|
456 |
<td class="form-group"><input name="partnerName2"type="text" size="25" style="text-transform:uppercase;"></td>
|
| 457 |
<td class="form-group"><textarea name="partnerAddress2" type="text" size="60"></textarea></td>
|
457 |
<td class="form-group"><textarea name="partnerAddress2" type="text" size="60"></textarea></td>
|
| 458 |
<td class="form-group"><input name = "partnerPhone2" pattern="[0-9]{10}" type="text" size="10"></th>
|
458 |
<td class="form-group"><input name = "partnerPhone2" pattern="[0-9]{10}" type="text" size="10" style="text-transform:uppercase;"></th>
|
| 459 |
<td class="businesspan"><input name ="partnerPan2"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
459 |
<td class="businesspan"><input name ="partnerPan2"type="text" maxlength = "10" title="Please enter correct pan number"size="10" style="text-transform:uppercase;"></td>
|
| 460 |
<td class="form-group"><input name="partnerAdhaar2" type="text" size="15"></td>
|
460 |
<td class="form-group"><input name="partnerAdhaar2" type="text" size="15" style="text-transform:uppercase;"></td>
|
| 461 |
<td class="form-group"><input name="partnerEmail2" type="email" size="20"></td>
|
461 |
<td class="form-group"><input name="partnerEmail2" type="email" size="20" style="text-transform:uppercase;"></td>
|
| 462 |
<td class="form-group"><input name="partnerOwner2" pattern="[0-9]" type="text" size="10"></td>
|
462 |
<td class="form-group"><input name="partnerOwner2" pattern="[0-9]" type="text" size="10" style="text-transform:uppercase;"></td>
|
| 463 |
|
463 |
|
| 464 |
</tr>
|
464 |
</tr>
|
| 465 |
|
465 |
|
| 466 |
</table>
|
466 |
</table>
|
| 467 |
<table class="businessdetail">
|
467 |
<table class="businessdetail">
|
| Line 475... |
Line 475... |
| 475 |
<th class="PMPownership">Share %</th>
|
475 |
<th class="PMPownership">Share %</th>
|
| 476 |
|
476 |
|
| 477 |
</tr>
|
477 |
</tr>
|
| 478 |
<tr>
|
478 |
<tr>
|
| 479 |
|
479 |
|
| 480 |
<td class="form-group"><input name="partnerName3"type="text" size="25"></td>
|
480 |
<td class="form-group"><input name="partnerName3"type="text" size="25" style="text-transform:uppercase;"></td>
|
| 481 |
<td class="form-group"><textarea name="partnerAddress3" type="text" size="60"></textarea></td>
|
481 |
<td class="form-group"><textarea name="partnerAddress3" type="text" size="60"></textarea></td>
|
| 482 |
<td class="form-group"><input name = "partnerPhone3" type="text" maxlength = "10" pattern="[0-9]{10}" size="10"></th>
|
482 |
<td class="form-group"><input name = "partnerPhone3" type="text" maxlength = "10" pattern="[0-9]{10}" size="10" style="text-transform:uppercase;"></th>
|
| 483 |
<td class="form-group"><input name ="partnerPan3"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
483 |
<td class="form-group"><input name ="partnerPan3"type="text" maxlength = "10" title="Please enter correct pan number"size="10" style="text-transform:uppercase;"></td>
|
| 484 |
<td class="form-groupr"><input name="partnerAdhaar3" type="text" size="15"></td>
|
484 |
<td class="form-group"><input name="partnerAdhaar3" type="text" size="15" style="text-transform:uppercase;"></td>
|
| 485 |
<td class="form-group"><input name="partnerEmail3" type="email" size="20"></td>
|
485 |
<td class="form-group"><input name="partnerEmail3" type="email" size="20" style="text-transform:uppercase;"></td>
|
| 486 |
<td class="form-group"><input name="partnerOwner3" pattern="[0-9" type="text" size="10"></td>
|
486 |
<td class="form-group"><input name="partnerOwner3" pattern="[0-9" type="text" size="10" style="text-transform:uppercase;"></td>
|
| 487 |
|
487 |
|
| 488 |
</tr>
|
488 |
</tr>
|
| 489 |
|
489 |
|
| 490 |
|
490 |
|
| 491 |
</table>
|
491 |
</table>
|
| Line 502... |
Line 502... |
| 502 |
<th class="PMPemail">Email</th>
|
502 |
<th class="PMPemail">Email</th>
|
| 503 |
<th class="PMPownership">Share %</th>
|
503 |
<th class="PMPownership">Share %</th>
|
| 504 |
</tr>
|
504 |
</tr>
|
| 505 |
<tr>
|
505 |
<tr>
|
| 506 |
|
506 |
|
| 507 |
<td class="form-group"><input name="partnerName4"type="text" size="25"></td>
|
507 |
<td class="form-group"><input name="partnerName4"type="text" size="25" style="text-transform:uppercase;"></td>
|
| 508 |
<td class="form-group"><textarea name="partnerAddress4" type="text" size="60"></textarea></td>
|
508 |
<td class="form-group"><textarea name="partnerAddress4" type="text" size="60"></textarea></td>
|
| 509 |
<td class="form-group"><input name = "partnerPhone4" pattern="[0-9]{10}" type="text" size="10"></th>
|
509 |
<td class="form-group"><input name = "partnerPhone4" pattern="[0-9]{10}" type="text" size="10" style="text-transform:uppercase;"></th>
|
| 510 |
<td class="form-group"><input name ="partnerPan4"type="text" maxlength = "10"title="Please enter correct pan number"size="10"></td>
|
510 |
<td class="form-group"><input name ="partnerPan4"type="text" maxlength = "10"title="Please enter correct pan number"size="10" style="text-transform:uppercase;"></td>
|
| 511 |
<td class="form-group"><input name="partnerAdhaar4" type="text" size="15"></td>
|
511 |
<td class="form-group"><input name="partnerAdhaar4" type="text" size="15" style="text-transform:uppercase;"></td>
|
| 512 |
<td class="form-group"><input name="partnerEmail4" type="email" size="20"></td>
|
512 |
<td class="form-group"><input name="partnerEmail4" type="email" size="20" style="text-transform:uppercase;"></td>
|
| 513 |
<td class="form-group"><input name="partnerOwner4" pattern="[0-9]" type="text" size="10"></td>
|
513 |
<td class="form-group"><input name="partnerOwner4" pattern="[0-9]" type="text" size="10" style="text-transform:uppercase;"></td>
|
| 514 |
|
514 |
|
| 515 |
</tr>
|
515 |
</tr>
|
| 516 |
|
516 |
|
| 517 |
|
517 |
|
| 518 |
</table>
|
518 |
</table>
|
| Line 531... |
Line 531... |
| 531 |
<th class="PMPemail">Email</th>
|
531 |
<th class="PMPemail">Email</th>
|
| 532 |
<th class="PMPownership">Share %</th>
|
532 |
<th class="PMPownership">Share %</th>
|
| 533 |
|
533 |
|
| 534 |
</tr>
|
534 |
</tr>
|
| 535 |
<tr>
|
535 |
<tr>
|
| 536 |
<td class="form-group"><input name="shareholderName1"type="text" size="25"></td>
|
536 |
<td class="form-group"><input name="shareholderName1"type="text" size="25" style="text-transform:uppercase;"></td>
|
| 537 |
<td class="form-group"><textarea name="shareholderAddress1" type="text" size="60"></textarea></td>
|
537 |
<td class="form-group"><textarea name="shareholderAddress1" type="text" size="60"></textarea></td>
|
| 538 |
<td class="form-group"><input name = "shareholderPhone1" pattern="[0-9]{10}" type="text" size="10"></th>
|
538 |
<td class="form-group"><input name = "shareholderPhone1" pattern="[0-9]{10}" type="text" size="10" style="text-transform:uppercase;"></th>
|
| 539 |
<td class="form-group"><input name ="shareholderPan1"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
539 |
<td class="form-group"><input name ="shareholderPan1"type="text" maxlength = "10" title="Please enter correct pan number"size="10" style="text-transform:uppercase;"></td>
|
| 540 |
<td class="form-group"><input name="shareholderAdhaar1" type="text" size="15"></td>
|
540 |
<td class="form-group"><input name="shareholderAdhaar1" type="text" size="15" style="text-transform:uppercase;"></td>
|
| 541 |
<td class="form-group"><input name="shareholderEmail1" type="email" size="20"></td>
|
541 |
<td class="form-group"><input name="shareholderEmail1" type="email" size="20" style="text-transform:uppercase;"></td>
|
| 542 |
<td class="form-group"><input name="shareholderOwner1" pattern="[0-9]" type="text" size="10"></td>
|
542 |
<td class="form-group"><input name="shareholderOwner1" pattern="[0-9]" type="text" size="10" style="text-transform:uppercase;"></td>
|
| 543 |
|
543 |
|
| 544 |
</tr>
|
544 |
</tr>
|
| 545 |
|
545 |
|
| 546 |
|
546 |
|
| 547 |
</table>
|
547 |
</table>
|
| Line 555... |
Line 555... |
| 555 |
<th class="PMPAdhaar">Aadhaar Number</th>
|
555 |
<th class="PMPAdhaar">Aadhaar Number</th>
|
| 556 |
<th class="PMPemail">Email</th>
|
556 |
<th class="PMPemail">Email</th>
|
| 557 |
<th class="PMPownership">Share %</th>
|
557 |
<th class="PMPownership">Share %</th>
|
| 558 |
</tr>
|
558 |
</tr>
|
| 559 |
<tr>
|
559 |
<tr>
|
| 560 |
<td class="form-group"><input name="shareholderName2"type="text" size="25"></td>
|
560 |
<td class="form-group"><input name="shareholderName2"type="text" size="25" style="text-transform:uppercase;"></td>
|
| 561 |
<td class="form-group"><textarea name="shareholderAddress2" type="text" size="60"></textarea></td>
|
561 |
<td class="form-group"><textarea name="shareholderAddress2" type="text" size="60"></textarea></td>
|
| 562 |
<td class="form-group"><input name = "shareholderPhone2" pattern="[0-9]{10}" type="text" size="10"></th>
|
562 |
<td class="form-group"><input name = "shareholderPhone2" pattern="[0-9]{10}" type="text" size="10" style="text-transform:uppercase;"></th>
|
| 563 |
<td class="form-group"><input name ="shareholderPan2"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
563 |
<td class="form-group"><input name ="shareholderPan2"type="text" maxlength = "10" title="Please enter correct pan number"size="10" style="text-transform:uppercase;"></td>
|
| 564 |
<td class="form-group"><input name="shareholderAdhaar2" type="text" size="15"></td>
|
564 |
<td class="form-group"><input name="shareholderAdhaar2" type="text" size="15" style="text-transform:uppercase;"></td>
|
| 565 |
<td class="form-group"><input name="shareholderEmail2" type="email" size="20"></td>
|
565 |
<td class="form-group"><input name="shareholderEmail2" type="email" size="20" style="text-transform:uppercase;"></td>
|
| 566 |
<td class="form-group"><input name="shareholderOwner2" pattern="[0-9]" type="text" size="10"></td>
|
566 |
<td class="form-group"><input name="shareholderOwner2" pattern="[0-9]" type="text" size="10" style="text-transform:uppercase;"></td>
|
| 567 |
|
567 |
|
| 568 |
</tr>
|
568 |
</tr>
|
| 569 |
</table>
|
569 |
</table>
|
| 570 |
|
570 |
|
| 571 |
<table class="businessdetail">
|
571 |
<table class="businessdetail">
|
| Line 578... |
Line 578... |
| 578 |
<th class="PMPemail">Email</th>
|
578 |
<th class="PMPemail">Email</th>
|
| 579 |
<th class="PMPownership">Share %</th>
|
579 |
<th class="PMPownership">Share %</th>
|
| 580 |
|
580 |
|
| 581 |
</tr>
|
581 |
</tr>
|
| 582 |
<tr>
|
582 |
<tr>
|
| 583 |
<td class="form-group"><input name="shareholderName3"type="text" size="25"></td>
|
583 |
<td class="form-group"><input name="shareholderName3"type="text" size="25" style="text-transform:uppercase;"></td>
|
| 584 |
<td class="form-group"><textarea name="shareholderAddress3" type="text" size="60"></textarea></td>
|
584 |
<td class="form-group"><textarea name="shareholderAddress3" type="text" size="60"></textarea></td>
|
| 585 |
<td class="form-group"><input name = "shareholderPhone3" pattern="[0-9]{10}" type="text" size="10"></th>
|
585 |
<td class="form-group"><input name = "shareholderPhone3" pattern="[0-9]{10}" type="text" size="10" style="text-transform:uppercase;"></th>
|
| 586 |
<td class="form-group"><input name ="shareholderPan3" type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
586 |
<td class="form-group"><input name ="shareholderPan3" type="text" maxlength = "10" title="Please enter correct pan number"size="10" style="text-transform:uppercase;"></td>
|
| 587 |
<td class="form-group"><input name="shareholderAdhaar3" type="text" size="15"></td>
|
587 |
<td class="form-group"><input name="shareholderAdhaar3" type="text" size="15" style="text-transform:uppercase;"></td>
|
| 588 |
<td class="form-group"><input name="shareholderEmail3" type="email" size="20"></td>
|
588 |
<td class="form-group"><input name="shareholderEmail3" type="email" size="20" style="text-transform:uppercase;"></td>
|
| 589 |
<td class="form-group"><input name="shareholderOwner3" pattern="[0-9]" type="text" size="10"></td>
|
589 |
<td class="form-group"><input name="shareholderOwner3" pattern="[0-9]" type="text" size="10" style="text-transform:uppercase;"></td>
|
| 590 |
|
590 |
|
| 591 |
</tr>
|
591 |
</tr>
|
| 592 |
|
592 |
|
| 593 |
</table>
|
593 |
</table>
|
| 594 |
|
594 |
|
| Line 601... |
Line 601... |
| 601 |
<th class="PMPAdhaar">Aadhaar Number</th>
|
601 |
<th class="PMPAdhaar">Aadhaar Number</th>
|
| 602 |
<th class="PMPemail">Email</th>
|
602 |
<th class="PMPemail">Email</th>
|
| 603 |
<th class="PMPownership">Share %</th>
|
603 |
<th class="PMPownership">Share %</th>
|
| 604 |
</tr>
|
604 |
</tr>
|
| 605 |
<tr>
|
605 |
<tr>
|
| 606 |
<td class="form-group"><input name="shareholderName4" type="text" size="25"></td>
|
606 |
<td class="form-group"><input name="shareholderName4" type="text" size="25" style="text-transform:uppercase;"></td>
|
| 607 |
<td class="form-group"><textarea name="shareholderAddress4" type="text" size="60"></textarea></td>
|
607 |
<td class="form-group"><textarea name="shareholderAddress4" type="text" size="60"></textarea></td>
|
| 608 |
<td class="form-group"><input name = "shareholderPhone4" type="text" pattern="[0-9]{10}" size="10"></th>
|
608 |
<td class="form-group"><input name = "shareholderPhone4" type="text" pattern="[0-9]{10}" size="10" style="text-transform:uppercase;"></th>
|
| 609 |
<td class="form-group"><input name ="shareholderPan4" type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
609 |
<td class="form-group"><input name ="shareholderPan4" type="text" maxlength = "10" title="Please enter correct pan number"size="10" style="text-transform:uppercase;"></td>
|
| 610 |
<td class="form-group"><input name="shareholderAdhaar4" type="text" size="15"></td>
|
610 |
<td class="form-group"><input name="shareholderAdhaar4" type="text" size="15" style="text-transform:uppercase;"></td>
|
| 611 |
<td class="form-group"><input name="shareholderEmail4" type="email" size="20"></td>
|
611 |
<td class="form-group"><input name="shareholderEmail4" type="email" size="20" style="text-transform:uppercase;"></td>
|
| 612 |
<td class="form-group"><input name="shareholderOwner4" pattern="[0-9]" type="text" size="10"></td>
|
612 |
<td class="form-group"><input name="shareholderOwner4" pattern="[0-9]" type="text" size="10" style="text-transform:uppercase;"></td>
|
| 613 |
|
613 |
|
| 614 |
</tr>
|
614 |
</tr>
|
| 615 |
|
615 |
|
| 616 |
|
616 |
|
| 617 |
</table>
|
617 |
</table>
|
| Line 623... |
Line 623... |
| 623 |
|
623 |
|
| 624 |
<div class="form-group">
|
624 |
<div class="form-group">
|
| 625 |
<label for="">Name
|
625 |
<label for="">Name
|
| 626 |
<input type="text" name="managerName"placeholder="Name"></label>
|
626 |
<input type="text" name="managerName"placeholder="Name"></label>
|
| 627 |
<label for="">Mobile
|
627 |
<label for="">Mobile
|
| 628 |
<input type="text" name="managerNo" pattern="[0-9]{10}" title="Please enter Valid Mobile number" placeholder="Mobile No"> </label>
|
628 |
<input type="text" name="managerNo" pattern="[0-9]{10}" title="Please enter Valid Mobile number" placeholder="Mobile No" style="text-transform:uppercase;"> </label>
|
| 629 |
<label for="">Email
|
629 |
<label for="">Email
|
| 630 |
<input type="email" name="managerEmail"size="25px" placeholder="Emailid"> </label>
|
630 |
<input type="email" name="managerEmail"size="25px" placeholder="Emailid" style="text-transform:uppercase;"> </label>
|
| 631 |
|
631 |
|
| 632 |
</div>
|
632 |
</div>
|
| 633 |
|
633 |
|
| 634 |
|
634 |
|
| 635 |
<h4 class="page-header">8. Manpower Details</h4>
|
635 |
<h4 class="page-header">8. Manpower Details</h4>
|
| 636 |
|
636 |
|
| 637 |
<div class="form-group">
|
637 |
<div class="form-group">
|
| 638 |
<label for="">Number of Employees
|
638 |
<label for="">Number of Employees
|
| 639 |
<input type="text" pattern="[0-9]" name="noOfEmployees"placeholder="Number of Employees"></label>
|
639 |
<input type="text" pattern="[0-9]" name="noOfEmployees"placeholder="Number of Employees" style="text-transform:uppercase;"></label>
|
| 640 |
<label for="">Number of Management Staff
|
640 |
<label for="">Number of Management Staff
|
| 641 |
<input type="text" pattern="[0-9]" name="managementStaff" placeholder="Management Staff"> </label>
|
641 |
<input type="text" pattern="[0-9]" name="managementStaff" placeholder="Management Staff" style="text-transform:uppercase;"> </label>
|
| 642 |
|
642 |
|
| 643 |
</div>
|
643 |
</div>
|
| 644 |
|
644 |
|
| 645 |
<h4 class="page-header">9. Experience In Telecom Trade/other Trade (Brand & Product Category)</h4>
|
645 |
<h4 class="page-header">9. Experience In Telecom Trade/other Trade (Brand & Product Category)</h4>
|
| 646 |
<div class="bcontacts">
|
646 |
<div class="bcontacts">
|
| Line 692... |
Line 692... |
| 692 |
<span>No</span>
|
692 |
<span>No</span>
|
| 693 |
</label>
|
693 |
</label>
|
| 694 |
</div>
|
694 |
</div>
|
| 695 |
<div class="form-group portal Names" id = "sellingyes">
|
695 |
<div class="form-group portal Names" id = "sellingyes">
|
| 696 |
<label>Portal Names</label>
|
696 |
<label>Portal Names</label>
|
| 697 |
<input type="text" name="portalName1" size="25">
|
697 |
<input type="text" name="portalName1" size="25" style="text-transform:uppercase;">
|
| 698 |
<input type="text" name="portalName2" size="25">
|
698 |
<input type="text" name="portalName2" size="25" style="text-transform:uppercase;">
|
| 699 |
<input type="text" name="portalName3" size="25">
|
699 |
<input type="text" name="portalName3" size="25" style="text-transform:uppercase;">
|
| 700 |
</div>
|
700 |
</div>
|
| 701 |
<h4 class="page-header">13. Area of Shop(in Sq Feet)</h4>
|
701 |
<h4 class="page-header">13. Area of Shop(in Sq Feet)</h4>
|
| 702 |
<div>
|
702 |
<div>
|
| 703 |
<div class="form-group">
|
703 |
<div class="form-group">
|
| 704 |
<label>
|
704 |
<label>
|
| Line 850... |
Line 850... |
| 850 |
|
850 |
|
| 851 |
</div>
|
851 |
</div>
|
| 852 |
|
852 |
|
| 853 |
<div class="form-group location">
|
853 |
<div class="form-group location">
|
| 854 |
<label>Name of the Shop</label>
|
854 |
<label>Name of the Shop</label>
|
| 855 |
<input type="text" size ="35" name="storeName">
|
855 |
<input type="text" size ="35" name="storeName" style="text-transform:uppercase;">
|
| 856 |
<br>
|
856 |
<br>
|
| 857 |
<br>
|
857 |
<br>
|
| 858 |
<label>Address of the Shop</label>
|
858 |
<label>Address of the Shop</label>
|
| 859 |
<input type="text" size ="65" name="storeAddress">
|
859 |
<input type="text" size ="65" name="storeAddress" style="text-transform:uppercase;">
|
| 860 |
</div>
|
860 |
</div>
|
| 861 |
|
861 |
|
| 862 |
|
862 |
|
| 863 |
|
863 |
|
| 864 |
<h4 class="page-header">18. Ownership of Shop</h4>
|
864 |
<h4 class="page-header">18. Ownership of Shop</h4>
|
| Line 937... |
Line 937... |
| 937 |
|
937 |
|
| 938 |
<h4 class="page-header">21. Bank Name & Address</h4>
|
938 |
<h4 class="page-header">21. Bank Name & Address</h4>
|
| 939 |
|
939 |
|
| 940 |
<div class="form-group float-label-control">
|
940 |
<div class="form-group float-label-control">
|
| 941 |
<label for="">Account Number</label>
|
941 |
<label for="">Account Number</label>
|
| 942 |
<input type="text" name="accountNumber"class="form-control" placeholder="Account Number">
|
942 |
<input type="text" name="accountNumber"class="form-control" placeholder="Account Number" style="text-transform:uppercase;">
|
| 943 |
</div>
|
943 |
</div>
|
| 944 |
<div class="form-group float-label-control">
|
944 |
<div class="form-group float-label-control">
|
| 945 |
<label for="">Bank Name</label>
|
945 |
<label for="">Bank Name</label>
|
| 946 |
<input type="text" name="bankName"class="form-control" placeholder="Bank Name">
|
946 |
<input type="text" name="bankName"class="form-control" placeholder="Bank Name" style="text-transform:uppercase;">
|
| 947 |
</div>
|
947 |
</div>
|
| 948 |
<div class="form-group float-label-control">
|
948 |
<div class="form-group float-label-control">
|
| 949 |
<label for="">IFSC Code</label>
|
949 |
<label for="">IFSC Code</label>
|
| 950 |
<input type="text" name="ifscCode"class="form-control" placeholder="IFSC Code">
|
950 |
<input type="text" name="ifscCode"class="form-control" placeholder="IFSC Code" style="text-transform:uppercase;">
|
| 951 |
</div>
|
951 |
</div>
|
| 952 |
<div class="form-group float-label-control">
|
952 |
<div class="form-group float-label-control">
|
| 953 |
<label for="">Branch Name</label>
|
953 |
<label for="">Branch Name</label>
|
| 954 |
<input type="text" name="branchName" class="form-control" placeholder="Branch Name">
|
954 |
<input type="text" name="branchName" class="form-control" placeholder="Branch Name" style="text-transform:uppercase;">
|
| 955 |
</div>
|
955 |
</div>
|
| 956 |
<div >
|
956 |
<div >
|
| 957 |
<p>Please attach the copy of cancelled cheque</p>
|
957 |
<p>Please attach the copy of cancelled cheque</p>
|
| 958 |
<div class="form-group">
|
958 |
<div class="form-group">
|
| 959 |
<input type="file" name="doc_chequeCopy" accept="application/pdf,image/*">
|
959 |
<input type="file" name="doc_chequeCopy" accept="application/pdf,image/*">
|
| Line 964... |
Line 964... |
| 964 |
<h4 class="page-header">22. HSPS Bank Account Detail</h4>
|
964 |
<h4 class="page-header">22. HSPS Bank Account Detail</h4>
|
| 965 |
|
965 |
|
| 966 |
<p>Please deposit amount of <strong> Rs 1 Lac </strong>as advance payment in following account through NEFT and submit the UTR No.</p>
|
966 |
<p>Please deposit amount of <strong> Rs 1 Lac </strong>as advance payment in following account through NEFT and submit the UTR No.</p>
|
| 967 |
<div class="form-group float-label-control">
|
967 |
<div class="form-group float-label-control">
|
| 968 |
<label for="">UTR Number</label>
|
968 |
<label for="">UTR Number</label>
|
| 969 |
<input type="text" name="utr" class="form-control" placeholder="UTR No">
|
969 |
<input type="text" name="utr" class="form-control" placeholder="UTR No" style="text-transform:uppercase;">
|
| 970 |
</div>
|
970 |
</div>
|
| 971 |
<p><b>Note:</b> Advance amount deposited shall be adjustable in the first billing. This amount is 100% refundable in case of withdrawal of application by applicant.</p>
|
971 |
<p><b>Note:</b> Advance amount deposited shall be adjustable in the first billing. This amount is 100% refundable in case of withdrawal of application by applicant.</p>
|
| 972 |
|
972 |
|
| 973 |
|
973 |
|
| 974 |
|
974 |
|
| Line 995... |
Line 995... |
| 995 |
|
995 |
|
| 996 |
<div class=breg>
|
996 |
<div class=breg>
|
| 997 |
<div class=bApproval>
|
997 |
<div class=bApproval>
|
| 998 |
|
998 |
|
| 999 |
<label>Recommended by</label>
|
999 |
<label>Recommended by</label>
|
| 1000 |
<input type="text" name = "recommended"class="reg-control" size="50">
|
1000 |
<input type="text" name = "recommended"class="reg-control" size="50" style="text-transform:uppercase;">
|
| 1001 |
|
1001 |
|
| 1002 |
</div>
|
1002 |
</div>
|
| 1003 |
<br>
|
1003 |
<br>
|
| 1004 |
|
1004 |
|
| 1005 |
<div class=bApproval>
|
1005 |
<div class=bApproval>
|
| 1006 |
<label>Business Manager</label>
|
1006 |
<label>Business Manager</label>
|
| 1007 |
<input type="text" name=" bManager" class="reg-control" size="50">
|
1007 |
<input type="text" name=" bManager" class="reg-control" size="50" style="text-transform:uppercase;">
|
| 1008 |
</div>
|
1008 |
</div>
|
| 1009 |
<br>
|
1009 |
<br>
|
| 1010 |
<div class=bApproval>
|
1010 |
<div class=bApproval>
|
| 1011 |
<label>Operations Manager</label>
|
1011 |
<label>Operations Manager</label>
|
| 1012 |
<input type="text"name="operation"class="reg-control" size="50">
|
1012 |
<input type="text"name="operation"class="reg-control" size="50" style="text-transform:uppercase;">
|
| 1013 |
</div>
|
1013 |
</div>
|
| 1014 |
<br>
|
1014 |
<br>
|
| 1015 |
<div class=bApproval>
|
1015 |
<div class=bApproval>
|
| 1016 |
<label>BusinessHeadCategoryHead</label>
|
1016 |
<label>BusinessHeadCategoryHead</label>
|
| 1017 |
<input type="text" name="bhead"class="reg-control" size="50">
|
1017 |
<input type="text" name="bhead"class="reg-control" size="50" style="text-transform:uppercase;">
|
| 1018 |
</div>
|
1018 |
</div>
|
| 1019 |
|
1019 |
|
| 1020 |
|
1020 |
|
| 1021 |
</div>
|
1021 |
</div>
|
| 1022 |
</fieldset> -->
|
1022 |
</fieldset> -->
|