Pune's First Hyper-Personalised Classroom for JEE Foundation
7:2 student to teacher ratio

Our Elite IIT & IISER Mentors
Why Choose ClassPe Foundation ?
Classpe gives students a head start with enhanced problem-solving skills, a school-aligned curriculum, and small batches for personalized confidence building
ClassPe Scholarship Test (CST)
Win upto 90% scholarship in our offline JEE foundation course
Admission Criteria
- Admission in ClassPe is based on an Entrance cum Scholarship Test
- Admissions are on a first-come, first-served basis given your clear the minimum cut-off score in the CET.
- There are only 7 seats/ batch
Registration
- Click on the Register now button and pay the registration fee of ₹99/-
- You will receive a confirmation about the registration via whatsapp or email.
- By registering for the test you are agreeing to the terms and conditions mentioned on this page
How is the test conducted
- The test is conducted offline at the ClassPe center
- The test duration is 1 hour and the timings will be notified in advance
Scholarship Criteria
- The scholarship details will be declared within a week of giving the test.
- The Result of the test will be shared via email or whatsapp
Experience Excellence with Our Elite
IISER and IIT Faculty





Don't miss your chance to get a head start
Only 7 Seats / Batch
Fill the form now
Enquiry
Tell us a few details and we'll reach out with the right program.
// Capture Page URL document.getElementById("page_url").value = window.location.href;
// Real-time Mobile Validation const mobileInput = document.getElementById("mobile"); const mobileError = document.getElementById("mobileError");
mobileInput.addEventListener("input", function(){
// Allow digits only this.value = this.value.replace(/[^0-9]/g,'');
const regex = /^[6-9]\d{9}$/;
if(this.value.length === 0){ mobileError.style.display = "none"; this.style.borderColor = "#ccc"; return; }
if(!regex.test(this.value)){ mobileError.style.display = "block"; this.style.borderColor = "red"; }else{ mobileError.style.display = "none"; this.style.borderColor = "green"; } });
// Submit Handling document.getElementById("webform623467000001669002") .addEventListener("submit",function(e){
var form = this; var mobile = mobileInput.value.trim(); var mobileRegex = /^[6-9]\d{9}$/;
if(!mobileRegex.test(mobile)){ mobileError.style.display = "block"; mobileInput.style.borderColor="red"; mobileInput.focus(); e.preventDefault(); return false; }
// ===== SAVE TO DATABASE (Reliable Background Send) ===== var dbData = new FormData();
dbData.append("first_name", form.querySelector('[name="First Name"]').value); dbData.append("last_name", form.querySelector('[name="Last Name"]').value); dbData.append("student_name", form.querySelector('[name="LEADCF4"]').value); dbData.append("mobile", mobile); dbData.append("course", form.querySelector('[name="LEADCF10"]').value); dbData.append("board", form.querySelector('[name="LEADCF2"]').value); dbData.append("student_class", form.querySelector('[name="LEADCF9"]').value); dbData.append("lead_source","Website"); dbData.append("page_url", form.querySelector('[name="page_url"]').value);
navigator.sendBeacon( "https://classpe.com/save-lead.php", dbData );
});
