www.grievance.ctgroup.in Open in urlscan Pro
184.168.105.102  Public Scan

URL: https://www.grievance.ctgroup.in/
Submission: On August 12 via api from US — Scanned from SG

Form analysis 2 forms found in the DOM

Name: submitPOST Connection.php

<form action="Connection.php" method="post" class="mt-3" name="submit" id="studentFormA1" style="display: none" enctype="multipart/form-data">
  <input type="hidden" name="_Token" value="fb2ac8d5001750c3792e7383d125b215731">
  <input type="hidden" name="UserType" value="Student">
  <div class="row">
    <center>
      <h1>Student Grievance Form</h1>
    </center>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="FullName" class="form-label">Full Name</label>
        <input type="text" class="form-control" id="FullName" name="FullName" aria-describedby="emailHelp" placeholder="Enter Your Name*" required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="UniqueIdentity" class="form-label">Roll Number/URN</label>
        <input type="number" class="form-control" id="UniqueIdentity" name="UniqueIdentity" aria-describedby="emailHelp" placeholder="Enter Roll Number/URN*" required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="Email" class="form-label">Email</label>
        <input type="email" class="form-control" id="Email" name="Email" aria-describedby="emailHelp" placeholder="Enter Your Email*" required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="Contact" class="form-label">Mobile Number</label>
        <input type="number" class="form-control" id="Contact" name="Contact" aria-describedby="emailHelp" onchange="IsMobileNumber('Contact')" placeholder="Enter Mobile Number* " required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="College" class="form-label">Select College</label>
        <select class="form-select" id="College" name="College" required="">
          <option value="">--Select College--</option>
          <option value="CT Institute of Engineering, Management &amp; Technology">CT Institute of Engineering, Management &amp; Technology</option>
          <option value="CT Institute of

                          Management &amp; IT">CT Institute of Management &amp; IT</option>
          <option value="CT Institute of Hotel Management">CT Institute of Hotel Management </option>
          <option value="CT Institute of Hospitality Management">CT Institute of Hospitality Management</option>
          <option value="CT Institute of Architecture &amp; Planning">CT Institute of Architecture &amp; Planning</option>
          <option value="CT Institute

                          of Technology">CT Institute of Technology</option>
          <option value="CT Institute of Technology &amp; Research">CT Institute of Technology &amp; Research </option>
          <option value="CT Institute of Hotel Management &amp; Catering ">CT Institute of Hotel Management &amp; Catering </option>
          <option value="CT College

                          of Education ">CT College of Education </option>
          <option value="CT Institute of Pharmaceutical Sciences">CT Institute of Pharmaceutical Sciences</option>
          <option value="CT Polytechnic

                          College">CT Polytechnic College</option>
          <option value="CT Institute of Management Studies"> CT Institute of Management Studies</option>
          <option value="MK College of Education ">MK College of Education </option>
          <option value="CT Institute of Higher Studies">CT Institute of Higher Studies</option>
          <option value="CT College of Pharmacy ">CT College of Pharmacy </option>
          <option value="CT Institute of Law ">CT Institute of Law </option>
          <option value="CT Institute of Management &amp; Technology">CT Institute of Management &amp; Technology</option>
        </select>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="Branch" class="form-label">Branch</label>
        <input type="text" class="form-control" id="Branch" name="Branch" aria-describedby="emailHelp" placeholder="Enter Branch Name*" required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="GrievanceRegarding" class="form-label">Grievance regarding</label>
        <select class="form-select" id="GrievanceRegarding" name="GrievanceRegarding" required="">
          <option value="">--Select Grievance Regarding--</option>
          <option value="Administrative">Administrative</option>
          <option>Academic</option>
          <option>Hostel</option>
          <option>Transport</option>
          <option>Exam</option>
          <option>Others</option>
        </select>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="Attachment" class="form-label">Upload Attachment</label>
        <input class="form-control" type="file" id="Attachment" name="Attachment">
      </div>
      <small id="emailHelp" class="form-text text-danger">Only pdf,docx,jpg, png files are allowed.</small>
    </div>
    <div class="col-md-12">
      <div class="form-group mt-3">
        <label for="GrievanceDetails" class="form-label">Grievance Details</label>
        <textarea class="form-control" id="GrievanceDetails" name="GrievanceDetails" rows="3" required=""></textarea>
      </div>
    </div>
    <div class="col-md-12">
      <div class="form-group mt-3">
        <input type="checkbox" id="checkbox" name="agree" onchange="document.getElementById('submitgrevience').disabled = !this.checked;"> I hereby declare that the information provided is true and correct.
      </div>
    </div>
    <center>
      <button type="submit" class="btn btn-primary mt-3 mb-3" style="width: 150px" id="submitgrevience" name="submit" disabled=""> Submit </button>
    </center>
  </div>
</form>

POST Connection.php

<form action="Connection.php" method="post" class="mt-3" id="faculityFormA1" style="display: none" enctype="multipart/form-data">
  <input type="hidden" name="_Token" value="fb2ac8d5001750c3792e7383d125b215731">
  <input type="hidden" name="UserType" value="Employee">
  <input type="hidden" name="Branch" value="NA">
  <div class="row">
    <!-- Student Form  -->
    <center>
      <h1>Employee Grievance Form</h1>
    </center>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="FullName" class="form-label">Full Name</label>
        <input type="text" class="form-control" id="FullName" name="FullName" aria-describedby="emailHelp" placeholder="Enter Your Name*" required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="UniqueIdentity" class="form-label">Employee Code</label>
        <input type="text" class="form-control" id="UniqueIdentity" name="UniqueIdentity" aria-describedby="emailHelp" placeholder="Enter Employee Code* " required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="Email" class="form-label">Email</label>
        <input type="email" class="form-control" id="Email" name="Email" aria-describedby="emailHelp" placeholder="Enter Your Email*" required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="Contact" class="form-label">Mobile Number</label>
        <input type="number" class="form-control" id="Contact" name="Contact" aria-describedby="emailHelp" onchange="IsMobileNumber('Contact')" placeholder="Enter Mobile Number* " required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="College" class="form-label">Select College</label>
        <select class="form-select" id="College" name="College" required="">
          <option>--Select College--</option>
          <option value="CT Institute of Engineering, Management &amp; Technology">CT Institute of Engineering, Management &amp; Technology</option>
          <option value="CT Institute of

                          Management &amp; IT">CT Institute of Management &amp; IT</option>
          <option value="CT Institute of Hotel Management">CT Institute of Hotel Management </option>
          <option value="CT Institute of Hospitality Management">CT Institute of Hospitality Management</option>
          <option value="CT Institute of Architecture &amp; Planning">CT Institute of Architecture &amp; Planning</option>
          <option value="CT Institute

                          of Technology">CT Institute of Technology</option>
          <option value="CT Institute of Technology &amp; Research">CT Institute of Technology &amp; Research </option>
          <option value="CT Institute of Hotel Management &amp; Catering ">CT Institute of Hotel Management &amp; Catering </option>
          <option value="CT College

                          of Education ">CT College of Education </option>
          <option value="CT Institute of Pharmaceutical Sciences">CT Institute of Pharmaceutical Sciences</option>
          <option value="CT Polytechnic

                          College">CT Polytechnic College</option>
          <option value="CT Institute of Management Studies"> CT Institute of Management Studies</option>
          <option value="MK College of Education ">MK College of Education </option>
          <option value="CT Institute of Higher Studies">CT Institute of Higher Studies</option>
          <option value="CT College of Pharmacy ">CT College of Pharmacy </option>
          <option value="CT Institute of Law ">CT Institute of Law </option>
          <option value="CT Institute of Management &amp; Technology">CT Institute of Management &amp; Technology</option>
        </select>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="GrievanceRegarding" class="form-label">Grievance Regarding</label>
        <select class="form-select" id="GrievanceRegarding" name="GrievanceRegarding" required="">
          <option value="">--Select Grievance Regarding--</option>
          <option>Administrative</option>
          <option>Academic</option>
          <option>Hostel</option>
          <option>Transport</option>
          <option>Exam</option>
          <option>Others</option>
        </select>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group mt-3">
        <label for="Attachment" class="form-label">Upload Attachment</label>
        <input class="form-control" type="file" id="Attachment" name="Attachment">
      </div>
      <small id="emailHelp" class="form-text text-danger">Only pdf,docx,jpg, png files are allowed.</small>
    </div>
    <div class="col-md-12">
      <div class="form-group mt-3">
        <label for="GrievanceDetails" class="form-label mt-4">Grievance Details</label>
        <textarea class="form-control" id="GrievanceDetails" name="GrievanceDetails" rows="3"></textarea>
      </div>
    </div>
    <div class="col-md-12">
      <div class="form-group mt-3">
        <input type="checkbox" id="checkbox" name="agree" onchange="document.getElementById('submitgrevience2').disabled = !this.checked;"> I hereby declare that the information provided is true and correct.
      </div>
    </div>
    <!-- Student Form  -->
    <center>
      <button type="submit" class="btn btn-primary mt-3 mb-3" style="width: 150px" name="submit" id="submitgrevience2" disabled=""> Submit </button>
    </center>
  </div>
</form>

Text Content

CT GROUP GRIEVANCE REDRESS AND MONITORING SYSTEM

CT Group Grievance Redress and Monitoring System (CTGGRAMS) is an online service
available to the Students and Employees 24x7 to lodge their grievances to the
higher authorities on any subject related to Administrative, Academic, Hostel,
Transport, Exam and others .


ARE YOU STUDENT/EMPLOYEE OF CT GROUP OF INSTITUTIONS ?

Student
Faculity

--------------------------------------------------------------------------------


STUDENT GRIEVANCE FORM

Full Name
Roll Number/URN
Email
Mobile Number
Select College --Select College-- CT Institute of Engineering, Management &
Technology CT Institute of Management & IT CT Institute of Hotel Management CT
Institute of Hospitality Management CT Institute of Architecture & Planning CT
Institute of Technology CT Institute of Technology & Research CT Institute of
Hotel Management & Catering CT College of Education CT Institute of
Pharmaceutical Sciences CT Polytechnic College CT Institute of Management
Studies MK College of Education CT Institute of Higher Studies CT College of
Pharmacy CT Institute of Law CT Institute of Management & Technology
Branch
Grievance regarding --Select Grievance Regarding-- Administrative Academic
Hostel Transport Exam Others
Upload Attachment
Only pdf,docx,jpg, png files are allowed.
Grievance Details
I hereby declare that the information provided is true and correct.
Submit


EMPLOYEE GRIEVANCE FORM

Full Name
Employee Code
Email
Mobile Number
Select College --Select College-- CT Institute of Engineering, Management &
Technology CT Institute of Management & IT CT Institute of Hotel Management CT
Institute of Hospitality Management CT Institute of Architecture & Planning CT
Institute of Technology CT Institute of Technology & Research CT Institute of
Hotel Management & Catering CT College of Education CT Institute of
Pharmaceutical Sciences CT Polytechnic College CT Institute of Management
Studies MK College of Education CT Institute of Higher Studies CT College of
Pharmacy CT Institute of Law CT Institute of Management & Technology
Grievance Regarding --Select Grievance Regarding-- Administrative Academic
Hostel Transport Exam Others
Upload Attachment
Only pdf,docx,jpg, png files are allowed.
Grievance Details
I hereby declare that the information provided is true and correct.
Submit

@2022 Aryana Software Development Cell.