Donate

Quick App Embed Test Form

Quick App Inquiry Form

.success-message {
display: none;
color: green;
margin-top: 10px;
}

C-GCC Quick App

Want to enroll in college but don’t know where to start? Try Columbia-Greene’s five-minute Quick App! This short form – just your name, address, email address, and phone number – is the first step in registering for Columbia-Greene’s Fall 2024 semester. Next, our Admissions team will be in touch to help you understand the programs, tuition cost, financial aid options, and other things you’ll need to know about a Columbia-Greene Community College education.

Don’t let fall pass you by. Take your first step today!

We infer the state and country from the zip code


By checking this box, I understand that (1) I will receive future calls that deliver prerecorded messages by or on behalf of Columbia-Greene Community College; and (2) having received this information, agree unambiguously to receive such calls at a telephone number I designate. As an example, to receive future updates and promotional text messages to this number on behalf of Columbia-Greene Community College. Message and data rates may apply to each text message sent or received as provided in your wireless service rate plan.

Fall 2024
Fall 2025
Fall 2026
Spring 2024
Spring 2025
Spring 2026
Summer 2023
Summer 2024
Summer 2025
Summer 2026

Thank you! Your form has been submitted successfully.

document.getElementById(‘quick-app-form’).addEventListener(‘submit’, function(event) {
event.preventDefault();
document.getElementById(‘success-message’).style.display = ‘block’;
this.reset();
});