Parents

Resources + Forms

All forms and resources for the 2023-2024 school year will be available through the Sailor Portal. Forms can be completed under Files & Forms, and downloads are available on the Resource Board under the Resource + Forms tile. Health forms are due by August 2. Thank you!

Need help with your Sailor Portal account? Please email the Help Desk at helpdesk@mountdesales.org.

Mount de Sales Academy

Academic Excellence in the Catholic Tradition
document.getElementById('myForm').addEventListener('submit', function(event) { event.preventDefault(); const formData = new FormData(event.target); const formDetails = {}; formData.forEach((value, key) => { formDetails[key] = value; }); // Send data to the parent window window.parent.postMessage(formDetails, 'https://www.mountdesalesacademy.org'); });