What People Are Saying About Comfort Keepers:

Takes Less Than 2 Minutes To Apply!

We Can't Wait To Meet You!

Why Choose

Comfort Keepers?

Flexible Schedules 

Team Environment 

Career Advancement 

Training Opportunities

Competitive Pay 

Rewarding Career 

⚠️ Hourly positions require a valid driver’s license and reliable transportation.

Immediate Openings, Call Today!

Shrewsbury, NJ: (732) 530-3636

Edison, NJ:  (732) 710-4289

Visit Our Website

697 Broad St, Shrewsbury, NJ 07702

Visit Our Website

7 Lincoln Hwy, Suite 216, Edison, NJ 08820

window.lpFormSubmit = function (form) { const selectedRadios = form.querySelectorAll("input[type='radio']:checked"); let workValue = ""; let transportValue = ""; selectedRadios.forEach(radio => { const val = radio.value.toLowerCase(); if (val.includes("hourly") || val.includes("live")) { workValue = val; } if (val.includes("yes") || val.includes("no")) { transportValue = val; } }); const isHourly = workValue.includes("hourly"); const noTransport = transportValue === "no"; if (isHourly && noTransport) { alert("Hourly positions require reliable transportation."); return false; // blocks submission in Unbounce } return true; };window.lpFormSubmit = function (form) { const workType = form.querySelector("input[name='work_type']:checked"); const transport = form.querySelector("input[name='transportation']:checked"); const workValue = workType ? workType.value.toLowerCase() : ""; const transportValue = transport ? transport.value.toLowerCase() : ""; const isHourly = workValue.includes("hourly"); const noTransport = transportValue.includes("no"); if (isHourly && noTransport) { alert("Hourly positions require reliable transportation."); return false; // THIS blocks submission } return true; };