Applications Open

E Ahamed Foundation
APS Scholarship

Empowering future finance professionals with scholarship support for CMA, ACCA & CA at Academy for Professional Studies, Kannur

100%
Tuition Aid
4
Courses
2026
Batch
Apply Now
📊
CMA India
Cost & Management
🌍
CMA USA
Global Recognition
🎯
ACCA
UK Chartered
⚖️
CA
Chartered Accountant

Scholarship Application

Complete all fields to apply. Your data is safe and confidential.

1 Personal Information
Please enter your full name
Please select date of birth
Please select gender
Please enter Aadhaar number
2 Contact Details
Please enter a valid email
Enter contact number
Enter WhatsApp number
Enter district
Enter pin code
3 Academic Details
Select a course
Select qualification
Enter school/college name

Application Submitted! 🎓

Thank you for applying for the EAF-APS Scholarship. Our team will review your application and contact you for the Scholarship Exam.

Questions? Call 9121853815

📊 Lead Tracker — Admin

EAF-APS Scholarship 2026 · Team Performance

⚙️ Setup Guide

1. Google Sheets → New blank spreadsheet
2. Row 1 headers: Timestamp | Course | Full Name | DOB | Gender | Email | Phone | WhatsApp | Aadhaar | Qualification | College | District | Pincode | Referred By
3. Extensions → Apps Script → Delete default code → Paste:

function doPost(e) {
  var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
  var data = JSON.parse(e.postData.contents);
  sheet.appendRow([
    new Date(),
    data.course,
    data.fullName,
    data.dob,
    data.gender,
    data.email,
    data.phone,
    data.whatsapp,
    data.aadhaar,
    data.qualification,
    data.college,
    data.district,
    data.pincode,
    data.referredBy
  ]);
  return ContentService
    .createTextOutput(JSON.stringify({status:"success"}))
    .setMimeType(ContentService.MimeType.JSON);
}

4. Deploy → New deployment → Web app
   Execute as: Me · Who has access: Anyone → Deploy
5. Copy the URL → HTML file-ൽ GOOGLE_SCRIPT_URL variable-ൽ paste ചെയ്യ്
6. Host the HTML: Netlify / Vercel / GitHub Pages (free!)