-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprevious_registration.html
72 lines (68 loc) · 6.01 KB
/
previous_registration.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>New Student Registration </title>
<link rel="stylesheet" href="pre-register-login.css">
</head>
<body>
<!--Navigation-->
<nav>
<img src="images/Logo.png" alt="logo">
<div class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="log" href="previous_registration.html" >Login </a></li>
<li><a href="Details.html">Academic Details</a></li>
<li><a href="About.html">About Us</a></li>
<li><a href="notice.html">Notice</a></li>
</ul>
</div>
</nav>
<div class="parent">
<div class="imp">
<b><h2>IMPORTANT INSTRUCTION FOR STUDENTS WHILE APPLYING FOR ADMISSION AND PAYING FEE ONLINE</h2></b>
</div>
<ol>
<li>Do not use your mobile phone to fill the online admission form. It is advised to use a desktop or laptop to visit the vriddhionline.com website.</li>
<li> On the website, click on Login - > Student Login. Students filling the form for the first time must go to the Login - > Student Register menu and complete the online registration process first.</li>
<li> Use a valid email id and a valid mobile number for registration and form submission. (If you do not have a personal mobile and use a shared family phone, keep this mobile with you at the time of form submission).</li>
<li> During registration, an OTP will be sent to the mobile number and email. Your email id will also be verified via a link sent to your email. Click on this link.</li>
<li> The verification OTP is valid for 5 minutes only and will expire automatically if not used. If you do not receive the OTP on the registered mobile number due to range or other issues, please check your email id. Enter the OTP on the website in the field provided before it expires to verify the mobile number.</li>
<li> The Student's Vriddhi account will be activated after verification. You will receive a confirmation regarding the same on your email and registered mobile number as an SMS.</li>
<li>You will receive the 10-digit User ID / Registration ID and Password on your registered mobile number. Students must save their User ID and Password to access their Vriddhi account.</li>
<li> If a student forgets their Login ID or Password, then they must go to the Login - > Forget ID or Login - > Forgot Password to recover the login credentials.</li>
<li>If you have already registered previously, by way of taking admission through Vriddhi Portal at any college listed on the site, do not register again.</li>
<li>Special symbols such as (#, !, $, &, .,) are not allowed in the Password.</li>
<li>After successful registration, the student can apply for new admission.</li>
<li>One student should submit only one admission form for a selected class/faculty. Multiple forms submitted by the student for the same class using the same faculty will result in the rejection of the admission forms.</li>
<li>Keep scanned copies of your documents, signature, and photograph ready before applying. The scanned file should be less than 500 KB in size. Each document must be uploaded as a separate file. The files should be in the following formats: *.JPEG or *.JPG.</li>
<li> After submitting your admission form and uploading scanned copies of your documents, your admission form will be further processed by the admission committee using the “ONLINE APPROVAL” system.</li>
<li>Students will get a notification on their email ID or via SMS if their admission form gets rejected. Students should take note of the reason for the rejection of the admission form and rectify it accordingly.</li>
<li> If the form is approved/accepted by the admission committee, the student will get an SMS and notification on his email id within 3 days after submitting their admission form. If a student does not get any notification via email or SMS, they must assume that the form is wait-listed. Wait-listed students will be contacted after one month for admission, provided a vacancy exists.</li>
<li>Only after approval of the admission form by the admission committee, a student will be able to make fee payments using the online payment gateway.</li>
<li>The student must pay the fee amount specified in the SMS or the email on or before the last date mentioned.</li>
<li>To pay the fee amount, the student must log in to their account and select the pay fee menu/button.</li>
<li>After successful fee payment, the student will get an E-challan on his Vriddhi Dashboard. Select the correct option while paying your fees like a credit card, debit card, net banking, or UPI.</li>
</ol>
<div class="imp"><h2>NOTE</h2></div>
<ol>
<li>These instructions are subject to change without prior notice to the students hence every student must refer the new update (if any) release from time to time.</li>
<li> Your active mobile number and valid email id will be used by the college authorities to send online video lectures and online attendance instructions.</li>
<li>Using an invalid mobile number and email address may lead to you being marked absent for an online college activity. Students will be solely responsible for such misleading information.</li>
<li> If you have changed your previously registered mobile number, you can update it from your profile after login, please inform change of your mobile no. to your college to get communications from college.</li>
</ol>
<div>
<center>
<a href="Registration.html">
<button class="reg">Click To Registration</button>
</a>
<a href="login.html">
<button class="hav">Have a Account</button>
</a>
</center>
</div>
</div>
</body>
</html>