// Include the Tally widget script in the section of your page // You can find the form ID in the URL of this page // https://tally.so/forms/ODEMQp/share const formId = 'ODEMQp'; // Open the popup Tally.openPopup(formId, options); // Available options type PopupOptions = { key?: string; layout?: 'default' | 'modal'; width?: number; alignLeft?: boolean; hideTitle?: boolean; overlay?: boolean; emoji?: { text: string; animation: 'none' | 'wave' | 'tada' | 'heart-beat' | 'spin' | 'flash' | 'bounce' | 'rubber-band' | 'head-shake'; }; autoClose?: number; showOnce?: boolean; doNotShowAfterSubmit?: boolean; customFormUrl?: string; hiddenFields?: { [key: string]: any, }; onOpen?: () => void; onClose?: () => void; onPageView?: (page: number) => void; onSubmit?: (payload: any) => void; }; // Example: open a popup with default options Tally.openPopup('ODEMQp'); // Example: opening a popup as a centered modal Tally.openPopup('ODEMQp', { layout: 'modal', // Open as a centered modal width: 700, // Set the width of the modal autoClose: 5000, // Close the popup 5 seconds after form was submitted (in ms) }); // Example: set custom hidden fields Tally.openPopup('ODEMQp', { hiddenFields: { ref: 'downloads', email: 'alice@example.com' } }); // Example: customization via custom domain URL + code injection Tally.openPopup('ODEMQp', { customFormUrl: 'https://yourdomain.com/form', }); // Example: use callback functions to handle events Tally.openPopup('ODEMQp', { onOpen: () => { // The popup was opened, mark the form as seen // ... }, onClose: () => { // The popup was closed // ... }, onPageView: (page: number) => { // Log the page view // ... }, onSubmit: (payload: any) => { // Form was submitted, use the answers payload in your application // ... } }); // Close the popup Tally.closePopup('ODEMQp');
top of page

Join the Olive Branch Team

Be a part of something bigger and make a difference in the communities we serve. As a caregiver, the work you do everyday makes a huge difference in the lives of our seniors. 

Benefits

Highlighting the Excellent Benefits as an Olive Branch Caregiver!

You're the foundation of our agency - you deserve to be rewarded with all the good stuff.

Paid Time Off

OB Caregivers enjoy up to 5 paid time days off per year.

Mileage Reimbursement & Transportation Assistance

We know traveling near and far at times can be a hassle, that is why any mileage over 20 miles per day is paid by the agency.

Sick Time

 Receive up to 40 hours of sick time per year for any illnesses, injuries, or medical incidents.

Caregiver Highlights & Celebrations

Going above and beyond as an OB Caregiver, makes you an "OG" caregiver! Get rewarded for the outstanding work you do. Every month, our team will select one caregiver that stands out and provides the highest quality, person-centered care to our clients.

Floating Holiday

Need a mental health day? Going away for your birthday? Enjoy a floating holiday paid by us. 

Flexible  Schedule

Can't work nights? Only weekends? We are flexible. When you onboard with us, we'll gather your availability and reach out to you only on the available times/days you can work. However, it will always be important that if any availability changes, you contact our office ASAP to adjust your schedule.

A few more benefits below...

bottom of page