.pp-carnival-page{
--pp-purple:#321854;
--pp-purple2:#573288;
--pp-teal:#01847f;
--pp-gold:#f4d47c;
--pp-text:#1f1b2a;
--pp-muted:rgba(31,27,42,.78);
--pp-line:rgba(31,27,42,.12);
--pp-card:#ffffff;
--pp-soft:rgba(87,50,136,.08);
--pp-soft2:rgba(1,132,127,.08);
--pp-shadow:0 10px 28px rgba(0,0,0,.08);
--pp-shadow-lg:0 18px 44px rgba(0,0,0,.12);
font-family:"Kanit",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
color:var(--pp-text);
position:relative;
}
.pp-carnival-page *{box-sizing:border-box;}
.pp-carnival-page a{color:var(--pp-purple2);text-decoration:none;}
.pp-carnival-page a:hover{text-decoration:underline;}
.pp-wrap{max-width:1180px;margin:0 auto;padding:0 18px;}
.pp-section{margin:28px 0;}
.pp-section h2{
margin:0 0 10px;
font-size:clamp(1.45rem,2.2vw,2rem);
line-height:1.15;
letter-spacing:.01em;
}
.pp-lede{margin:0 0 16px;color:var(--pp-muted);line-height:1.7;font-size:1rem;}
.pp-hero{
background:
radial-gradient(900px 380px at 15% 15%, rgba(106,27,154,.28), transparent 60%),
radial-gradient(900px 380px at 85% 25%, rgba(244,212,124,.22), transparent 60%),
linear-gradient(135deg,var(--pp-purple) 0%, #1c0f31 100%);
color:#fff;
border-radius:24px;
overflow:hidden;
margin:18px 0 24px;
box-shadow:0 20px 48px rgba(20,11,36,.20);
}
.pp-hero-grid{
display:grid;
grid-template-columns:minmax(0,1.25fr) minmax(320px,.9fr);
gap:22px;
align-items:stretch;
padding:24px;
}
.pp-kicker{
display:inline-flex;
gap:8px;
align-items:center;
font-size:.95rem;
color:rgba(255,255,255,.9);
background:rgba(255,255,255,.10);
border:1px solid rgba(255,255,255,.18);
padding:7px 12px;
border-radius:999px;
margin:0 0 12px;
font-weight:800;
}
.pp-hero h1{
margin:0 0 12px;
font-size:clamp(2rem,3vw,3rem);
line-height:1.05;
letter-spacing:.01em;
}
.pp-hero p{
margin:0 0 14px;
color:rgba(255,255,255,.92);
font-size:1.04rem;
line-height:1.65;
}
.pp-hero .pp-hero-subline{
margin:0;
color:rgba(255,255,255,.82);
font-size:.97rem;
line-height:1.55;
border-left:3px solid rgba(255,255,255,.28);
padding-left:12px;
}
.pp-checks{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px;}
.pp-checks li{display:flex;gap:10px;align-items:flex-start;color:rgba(255,255,255,.92);}
.pp-dot{
width:10px;height:10px;margin-top:8px;border-radius:50%;
background:rgba(255,255,255,.95);
box-shadow:0 0 0 4px rgba(255,255,255,.12);
flex:0 0 auto;
}
.pp-cta{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top:18px;
align-items:center;
}
.pp-btn{
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
padding:13px 15px;
border-radius:14px;
font-weight:900;
letter-spacing:.01em;
border:1px solid transparent;
text-decoration:none !important;
line-height:1;
cursor:pointer;
user-select:none;
min-height:48px;
transition:transform .15s ease, background .15s ease, border-color .15s ease, filter .15s ease;
}
.pp-btn-primary{background:#fff;color:var(--pp-purple)!important;border-color:rgba(255,255,255,.5);}
.pp-btn-primary:hover{transform:translateY(-1px);filter:brightness(.98);}
.pp-btn-outline{background:rgba(255,255,255,.10);color:#fff!important;border-color:rgba(255,255,255,.22);}
.pp-btn-outline:hover{background:rgba(255,255,255,.14);}
.pp-hero-card{
background:rgba(255,255,255,.10);
border:1px solid rgba(255,255,255,.18);
border-radius:20px;
overflow:hidden;
display:flex;
flex-direction:column;
min-height:100%;
backdrop-filter:blur(2px);
}
.pp-hero-img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;}
.pp-hero-badges{
padding:14px;
display:flex;
flex-wrap:wrap;
gap:8px;
align-items:flex-start;
}
.pp-badge{
font-size:.92rem;
background:rgba(255,255,255,.12);
border:1px solid rgba(255,255,255,.20);
border-radius:999px;
padding:7px 10px;
color:rgba(255,255,255,.95);
font-weight:800;
}
.pp-intro-band{
background:linear-gradient(135deg,#f8f6fd 0%, #f1edf9 100%);
border:1px solid rgba(87,50,136,.12);
border-radius:22px;
padding:22px;
box-shadow:var(--pp-shadow);
}
.pp-intro-band h2{margin:0 0 10px;}
.pp-section-card{
background:linear-gradient(180deg,#ffffff 0%, #fbfafc 100%);
border:1px solid var(--pp-line);
border-radius:22px;
padding:22px;
box-shadow:var(--pp-shadow);
}
.pp-section-head{
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:18px;
margin-bottom:16px;
}
.pp-section-head p{margin:0;color:var(--pp-muted);line-height:1.7;}
.pp-section-label{
display:inline-flex;
align-items:center;
gap:8px;
margin-bottom:8px;
font-size:.82rem;
font-weight:900;
letter-spacing:.08em;
text-transform:uppercase;
color:var(--pp-purple2);
background:rgba(87,50,136,.08);
border:1px solid rgba(87,50,136,.14);
border-radius:999px;
padding:6px 10px;
}
.pp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.pp-grid.pp-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.pp-card{
background:var(--pp-card);
border:1px solid var(--pp-line);
border-radius:20px;
overflow:hidden;
box-shadow:var(--pp-shadow);
display:flex;
flex-direction:column;
position:relative;
transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
height:100%;
}
.pp-card:hover{transform:translateY(-3px);box-shadow:var(--pp-shadow-lg);}
.pp-card img{
width:100%;
aspect-ratio:16/10;
object-fit:cover;
display:block;
background:#f4f4f7;
}
.pp-card-body{
padding:16px;
display:flex;
flex-direction:column;
gap:9px;
flex:1;
}
.pp-card-title{
font-size:1.08rem;
font-weight:900;
margin:0;
line-height:1.2;
}
.pp-card-body p{margin:0;color:var(--pp-muted);line-height:1.62;}
.pp-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px;}
.pp-tag{
font-size:.84rem;
background:var(--pp-soft);
border:1px solid rgba(87,50,136,.18);
border-radius:999px;
padding:6px 10px;
color:rgba(31,27,42,.92);
font-weight:800;
}
.pp-card-link{
display:inline-flex;
align-items:center;
gap:8px;
font-weight:950;
font-size:.95rem;
color:var(--pp-purple2);
margin-top:2px;
width:fit-content;
}
.pp-card-link svg{width:14px;height:14px;opacity:.9;flex:0 0 auto;}
.pp-add{margin-top:auto;display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding-top:4px;}
.pp-add-btn{
width:100%;
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
padding:12px 12px;
border-radius:13px;
border:1px solid rgba(31,27,42,.14);
background:#fff;
font-weight:900;
cursor:pointer;
min-height:46px;
transition:transform .15s ease, background .15s ease, border-color .15s ease;
}
.pp-add-btn:hover{transform:translateY(-1px);border-color:rgba(87,50,136,.35);background:rgba(87,50,136,.06);}
.pp-add-btn[aria-pressed="true"]{background:rgba(1,132,127,.10);border-color:rgba(1,132,127,.55);}
.pp-card.is-selected,
.pp-package.is-selected{border-color:rgba(1,132,127,.45);box-shadow:0 18px 40px rgba(1,132,127,.12);}
.pp-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.pp-package{
background:linear-gradient(135deg,rgba(87,50,136,.06),rgba(255,255,255,1));
border:1px solid var(--pp-line);
border-radius:20px;
padding:18px;
box-shadow:var(--pp-shadow);
display:flex;
flex-direction:column;
height:100%;
transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.pp-package:hover{transform:translateY(-3px);box-shadow:var(--pp-shadow-lg);}
.pp-package h3{margin:0 0 8px;font-size:1.08rem;line-height:1.2;}
.pp-package p{margin:0 0 10px;color:var(--pp-muted);line-height:1.65;}
.pp-package ul{margin:0;padding-left:18px;color:var(--pp-text);line-height:1.6;}
.pp-package li{margin:6px 0;}
.pp-package-actions{margin-top:auto;padding-top:14px;}
.pp-add-btn.package-btn{width:100%;}
.pp-accordion details{
background:var(--pp-card);
border:1px solid var(--pp-line);
border-radius:16px;
padding:13px 14px;
box-shadow:0 10px 28px rgba(0,0,0,.05);
}
.pp-accordion details + details{margin-top:10px;}
.pp-accordion summary{
font-weight:900;
cursor:pointer;
list-style:none;
line-height:1.45;
padding-right:8px;
}
.pp-accordion summary::-webkit-details-marker{display:none;}
.pp-accordion .pp-ans{margin-top:10px;color:var(--pp-muted);line-height:1.7;}
.pp-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.pp-step{
background:var(--pp-card);
border:1px solid var(--pp-line);
border-radius:20px;
padding:16px;
box-shadow:var(--pp-shadow);
height:100%;
}
.pp-step h3{margin:0 0 8px;font-size:1.05rem;line-height:1.2;}
.pp-step p{margin:0;color:var(--pp-muted);line-height:1.65;}
.pp-cta-band{
background:linear-gradient(135deg, rgba(1,132,127,.08), rgba(87,50,136,.08));
border:1px solid rgba(31,27,42,.10);
border-radius:22px;
padding:24px;
text-align:center;
margin:28px 0;
box-shadow:var(--pp-shadow);
}
.pp-area-wrap{
background:linear-gradient(180deg,#ffffff 0%, #faf8fd 100%);
border:1px solid var(--pp-line);
border-radius:22px;
padding:22px;
box-shadow:var(--pp-shadow);
}
.pp-area-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:16px;
margin-top:14px;
}
.pp-area-card{
background:rgba(87,50,136,.04);
border:1px solid rgba(87,50,136,.10);
border-radius:18px;
padding:16px;
}
.pp-area-card:nth-child(2){
background:rgba(1,132,127,.05);
border-color:rgba(1,132,127,.12);
}
.pp-area-card h3{
margin:0 0 8px;
font-size:1.02rem;
line-height:1.2;
}
.pp-area-card p{
margin:0;
color:var(--pp-muted);
line-height:1.7;
}
.pp-fabs{
position:fixed;
right:18px;
bottom:18px;
z-index:99999;
display:flex;
align-items:center;
gap:10px;
}
.pp-call-fab{
display:none;
width:52px;height:52px;border-radius:999px;
border:1px solid rgba(31,27,42,.14);
background:#fff;
box-shadow:0 18px 44px rgba(0,0,0,.18);
align-items:center;
justify-content:center;
text-decoration:none !important;
-webkit-tap-highlight-color:transparent;
}
.pp-call-fab svg{width:22px;height:22px;fill:var(--pp-purple2);}
.pp-drawer-toggle{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
padding:12px 14px;
border-radius:999px;
border:1px solid rgba(31,27,42,.14);
background:linear-gradient(135deg, #2d1451, var(--pp-purple));
color:#fff;
font-weight:950;
cursor:pointer;
box-shadow:0 18px 44px rgba(0,0,0,.26);
user-select:none;
min-width:210px;
max-width:340px;
}
.pp-pill{
display:inline-flex;
align-items:center;
justify-content:center;
min-width:34px;
height:28px;
padding:0 12px;
border-radius:999px;
background:rgba(255,255,255,.18);
border:1px solid rgba(255,255,255,.24);
font-size:.95rem;
font-weight:950;
white-space:nowrap;
}
.pp-drawer-toggle .pp-cta-text{display:flex;flex-direction:column;line-height:1.05;text-align:left;}
.pp-drawer-toggle .pp-cta-text small{font-size:.78rem;opacity:.9;font-weight:800;margin-top:3px;}
.pp-drawer-toggle.is-bump{animation:ppPulse .55s ease;}
@keyframes ppPulse{0%{transform:translateY(0) scale(1);}35%{transform:translateY(-2px) scale(1.05);}70%{transform:translateY(0) scale(1.01);}100%{transform:translateY(0) scale(1);}}
.pp-nudge{
position:fixed;
right:18px;
bottom:82px;
z-index:99998;
background:rgba(17,12,25,.92);
color:#fff;
border:1px solid rgba(255,255,255,.16);
border-radius:14px;
padding:10px 12px;
box-shadow:0 16px 40px rgba(0,0,0,.25);
opacity:0;
transform:translateY(8px);
pointer-events:none;
transition:opacity .18s ease, transform .18s ease;
max-width:min(410px, calc(100vw - 36px));
font-weight:850;
line-height:1.4;
}
.pp-nudge.is-show{opacity:1;transform:translateY(0);pointer-events:auto;}
.pp-drawer{
position:fixed;
right:18px;
bottom:86px;
width:min(420px, calc(100vw - 36px));
max-height:min(64vh, 560px);
z-index:99998;
background:#fff;
border:1px solid rgba(31,27,42,.14);
border-radius:18px;
box-shadow:0 18px 55px rgba(0,0,0,.22);
overflow:hidden;
transform:translateY(14px);
opacity:0;
pointer-events:none;
transition:opacity .18s ease, transform .18s ease;
}
.pp-drawer.is-open{opacity:1;transform:translateY(0);pointer-events:auto;}
.pp-drawer-head{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
padding:12px 12px;
background:linear-gradient(135deg, rgba(87,50,136,.10), rgba(244,212,124,.10));
border-bottom:1px solid rgba(31,27,42,.12);
}
.pp-drawer-head strong{font-size:1.02rem;}
.pp-drawer-close{
border:1px solid rgba(31,27,42,.14);
background:#fff;
border-radius:12px;
padding:8px 10px;
font-weight:900;
cursor:pointer;
}
.pp-drawer-body{padding:12px;overflow:auto;max-height:calc(min(64vh, 560px) - 54px);}
.pp-selected{
border:1px dashed rgba(31,27,42,.20);
border-radius:14px;
padding:10px;
margin-bottom:12px;
background:rgba(87,50,136,.04);
}
.pp-selected h3{margin:0 0 8px;font-size:1.02rem;}
.pp-selected-list{margin:0;padding-left:18px;color:var(--pp-muted);line-height:1.6;}
.pp-selected-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;}
.pp-mini-btn{
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
padding:10px 12px;
border-radius:12px;
border:1px solid rgba(31,27,42,.14);
background:#fff;
font-weight:900;
cursor:pointer;
width:100%;
min-height:44px;
}
.pp-mini-btn.primary{background:var(--pp-purple);border-color:transparent;color:#fff;}
.pp-toast{
position:fixed;
left:50%;
bottom:92px;
transform:translateX(-50%) translateY(8px);
z-index:99997;
background:rgba(17,12,25,.92);
color:#fff;
border:1px solid rgba(255,255,255,.16);
border-radius:999px;
padding:10px 12px;
display:flex;
gap:10px;
align-items:center;
box-shadow:0 16px 40px rgba(0,0,0,.25);
opacity:0;
pointer-events:none;
transition:opacity .18s ease, transform .18s ease;
max-width:calc(100vw - 28px);
}
.pp-toast.is-show{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto;}
.pp-toast .pp-toast-msg{
font-weight:900;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
max-width:62vw;
}
.pp-toast .pp-toast-btn{
background:rgba(255,255,255,.18);
border:1px solid rgba(255,255,255,.22);
color:#fff;
border-radius:999px;
padding:8px 12px;
font-weight:950;
cursor:pointer;
white-space:nowrap;
}
@media (max-width:980px){
.pp-hero-grid{grid-template-columns:1fr;}
.pp-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.pp-grid.pp-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.pp-package-grid{grid-template-columns:1fr;}
.pp-steps{grid-template-columns:1fr;}
.pp-area-grid{grid-template-columns:1fr;}
}
@media (max-width:640px){
.pp-wrap{padding:0 14px;}
.pp-section{margin:22px 0;}
.pp-hero{border-radius:20px;margin:14px 0 22px;}
.pp-hero-grid{padding:18px;gap:18px;}
.pp-hero h1{font-size:clamp(1.9rem,9vw,2.45rem);}
.pp-hero p{font-size:1rem;line-height:1.6;}
.pp-cta{flex-direction:column;align-items:stretch;}
.pp-cta .pp-btn{width:100%;}
.pp-grid,.pp-grid.pp-grid-2{grid-template-columns:1fr;}
.pp-section-card,.pp-intro-band,.pp-area-wrap{padding:18px;}
.pp-card-body{padding:15px;}
.pp-package{padding:16px;}
.pp-cta-band{padding:20px 16px;}
.pp-area-card{padding:14px;}
.pp-drawer{
right:10px;
left:10px;
width:auto;
bottom:82px;
max-height:55vh;
}
.pp-drawer-body{max-height:calc(55vh - 54px);}
.pp-fabs{right:10px;bottom:10px;gap:8px;}
.pp-nudge{right:10px;left:10px;bottom:76px;max-width:none;}
.pp-toast{
bottom:102px;
width:calc(100vw - 20px);
max-width:none;
justify-content:space-between;
}
.pp-toast .pp-toast-msg{
max-width:calc(100% - 118px);
white-space:normal;
line-height:1.35;
}
.pp-drawer-toggle{
min-width:190px;
max-width:calc(100vw - 84px);
padding:11px 13px;
}
}
@media (max-width:360px){
.pp-drawer-toggle{min-width:175px;}
.pp-pill{padding:0 10px;}
}
Serving PA, NJ, DE, MD, NY, CT, MA, RI & VA
School Field Day Rentals East Coast
Party Pros East Coast supplies high-energy school field day rentals that turn any outdoor event into an unforgettable day of movement, competition, and fun. From giant inflatables and obstacle courses to quick-play games and crowd-pleasing concessions, we help schools create layouts that keep every grade engaged from bell to bus.
Headquartered in Bridgeport, PA — just 20 minutes from Philadelphia.
View our full Philadelphia school field day rentals page →
- High-throughput stations designed for fast class rotation and zero downtime
- Balanced mix of action, games, and treats perfect for every grade level
- Delivery, setup, and on-site support so your team can focus on the students
Call 844-PARTY-HQ
Browse Rentals
Obstacle Courses
Inflatables
Interactive Games
Concessions
School Pricing
Plan a Better School Field Day Layout
We grouped these selections to make field-day planning simple: your core inflatables and obstacle courses come first, followed by featured challenge games and ready-to-use packages. Every rental is school-tested for fast rotation, high participation, and all-day excitement.
Most Popular Rentals
Most Popular School Field Day Rentals
These 15 items create the perfect balance of action, competition, and treats that students love on field day.
9 Square In The Air
One of the top field-day games because it keeps an entire group active at once and works great for older elementary through middle school students.
Interactive Game
Big Group Play
Learn more
Zap-A-Mole
Zap-A-Mole delivers fast reaction play and strong visual energy, making it a standout challenge station every student wants to try.
Challenge Game
Crowd Magnet
Learn more
Outrageous Obstacle Course
A strong anchor inflatable for field day because it supports head-to-head racing, class competitions, and nonstop movement.
Anchor Inflatable
Race Format
Learn more
Adrenaline Rush Obstacle Course
This obstacle layout adds variety to a field-day setup and works well as a second large inflatable when you need more capacity.
Obstacle Course
High Capacity
Learn more
Inflatable Giant Slide
A giant slide creates a visible centerpiece that students immediately want to try and that helps round out the inflatable zone.
Slide
Visual Centerpiece
Learn more
Castle Bounces
Classic bounce houses still make sense for field day when younger grades need a simple, high-energy inflatable option.
Bounce House
Younger Grades
Learn more
3 In 1 Sports Zone
This sports inflatable gives you multiple quick challenges in one footprint, making it a smart field-day rotation station.
Sports Inflatable
Multi-Activity
Learn more
Inflatable Speed Pitch
Inflatable Speed Pitch works great for a school carnival or field day sports zone where students want measurable skill challenges.
Skill Station
Sports Challenge
Learn more
Giant Tic-Tac-Toe & Connect 4
This is an easy all-ages activity that gives your field day a low-pressure game station between bigger attractions.
Giant Game
All Ages
Learn more
Giant Jenga
Giant Jenga is one of the easiest school event fillers because it takes minimal instruction and keeps rotating fast.
Giant Game
Fast Rotation
Learn more
Dunk Tank
A dunk tank can be a major crowd puller for schools, especially when used as a fundraising or principal-versus-students feature.
Carnival Feature
Fundraiser Friendly
Learn more
Ring Toss
Ring Toss is a classic booth-style game that helps give your field day more of a school carnival feel and works for younger students.
Carnival Booth Game
Quick Play
Learn more
Popcorn Machine
Popcorn is one of the easiest field-day concessions to add because it is familiar, fast to serve, and supports a carnival atmosphere.
Concession
Fast Serve
Learn more
Cotton Candy
Cotton Candy is one of the most recognizable school event treats and instantly makes the field day feel more festive.
Concession
Carnival Feel
Learn more
Snow Cones
Snow Cones are especially strong for warmer field days when you want an easy cooling concession students line up for.
Cold Treat
Warm Weather Favorite
Learn more
Featured Attractions
Featured School Field Day Highlights
These anchor pieces help create a stronger layout when you want a true field-day or school carnival feel.
Smaller Obstacle Course
An ideal pick for younger grades or tighter school spaces where you still want active relay energy without the giant footprint.
Compact Inflatable
Younger Grades
Learn more
Hoopshots
Hoopshots is a strong sports challenge station when you want basketball-style competition without needing a large inflatable footprint.
Sports Challenge
Quick Competition
Learn more
Human Foosball
Human Foosball is a great team-based inflatable when you want your field day to feel more interactive and class-against-class.
Team Game
Class Competition
Learn more
Frog Hop
Frog Hop is a strong lower-pressure carnival station for younger students and helps balance out a field day full of larger attractions.
Booth Game
Younger Grades
Learn more
Suggested Layouts
Popular School Field Day Packages
Use these as a strong starting point, then add or swap items based on your student count, grade mix, and field size.
Classic Elementary Field Day
Strong for elementary schools that want inflatables, easier games, and treats without overcomplicating the layout.
- Castle Bounces
- Giant Tic-Tac-Toe & Connect 4
- Ring Toss
- Popcorn Machine
- Snow Cones
High-Energy Sports Field Day
Built for schools that want movement, racing, and visible challenge stations across the field.
- Outrageous Obstacle Course
- 3 In 1 Sports Zone
- Inflatable Speed Pitch
- 9 Square In The Air
- Zap-A-Mole
School Carnival & Field Day Mix
Best for schools that want the field day to also feel like a school carnival with games and concessions.
- Dunk Tank
- Ring Toss
- Frog Hop
- Cotton Candy
- Popcorn Machine
Want even more school field day rentals?
Browse our complete catalog of thousands of party rentals — inflatables, games, concessions, and more — with easy filtering and instant quote building.
Browse All Categories →
Our Service Area & Trusted Partners
We proudly deliver and set up school field day rentals with our own teams across our 9-state East Coast region: PA, NJ, DE, MD, NY, CT, MA, RI & VA.
Direct East Coast Coverage
We directly serve PA, NJ, DE, MD, NY, CT, MA, RI & VA with delivery, setup, and field-day-ready rentals for schools, camps, and student events.
Trusted Partner Support
For events outside this region or smaller gatherings where our direct service is not the best fit, we connect you with a trusted partner from our nationwide network of professional event companies.
How School Field Day Rentals Work
A simple process that keeps your event moving and students excited.
Pick your stations
Choose packages or individual rentals based on grade mix, field space, and how much throughput you need.
We deliver & set up
We confirm layout, spacing, and traffic flow so the event is ready before the first class rotation begins.
Students stay engaged
With a better mix of inflatables, games, and concessions, every grade has something to do throughout the day.
School Field Day Rentals FAQ
How do I request a quote after selecting items?
Click Add to Quote or Add Package to Quote on the rentals you want, then tap the floating Review Quote button at bottom-right to review and send your selections.
Do you deliver school field day rentals across the East Coast?
Yes! We deliver throughout PA, NJ, DE, MD, NY, CT, MA, RI & VA. Just share your venue, date, and event details and we’ll confirm availability and logistics right away.
Can I mix field day inflatables with carnival booth games and concessions?
Yes. That is usually the best approach because it creates a better balance between high-energy participation, low-pressure stations, and carnival-style extras.
How long do you rent items for?
Our standard rental time is 4 hours. We also offer full-day rentals and custom durations — just let us know your event schedule and we’ll quote the perfect length for you.
✅ Added! Keep building your field day package. When you are ready, tap
Review Quote
.
Review Quote & Send
Your selected items
- No items selected yet. Click “Add to Quote” on any item or bundle.
Call 844-PARTY-HQ
Added to quote