Public Health
Do Oregon parents get enough mental health support during pregnancy? Help us answer that question
We want to hear from you about how behavioral health care — or a lack of it — impacted a pregnancy
';
document.querySelector('#copytext').value = textContent;
modal.showModal();
});
// Modal close functionality
const modal = document.querySelector('.republish-modal');
const closeBtn = document.querySelector('.republish-modal-close');
// Close button click
closeBtn.addEventListener('click', function() {
modal.close();
});
// Close on backdrop click
modal.addEventListener('click', function(e) {
if (e.target === modal) {
modal.close();
}
});
// Close on ESC key (this is usually built-in, but adding for safety)
modal.addEventListener('keydown', function(e) {
if (e.key === 'Escape') {
modal.close();
}
});
// Copy text button functionality
document.querySelector('.copy-text-button').addEventListener('click', async function() {
const textarea = document.querySelector('#copytext');
const text = textarea.value;
try {
// Try modern Clipboard API first
if (navigator.clipboard && window.isSecureContext) {
await navigator.clipboard.writeText(text);
this.textContent = 'Copied!';
} else {
// Fallback for older browsers
textarea.select();
document.execCommand('copy');
this.textContent = 'Copied!';
}
// Reset button text after 2 seconds
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
} catch (err) {
console.error('Failed to copy text: ', err);
// Fallback to selection if copying fails
textarea.select();
this.textContent = 'Text selected';
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
}
});
});
Substance use and mental health issues play a key role in the health of a pregnant person or their child before and after birth. Black and Indigenous mothers and infants experience the highest rates of pregnancy-related health problems. We need your help to understand the scope and scale of these issues.
We want to talk to people who have experienced mental health challenges through a pregnancy, or who have lost a partner, family member or child as a result of the birthing process. We’re especially interested in the experiences of Black and Native American families.
This can include, but isn’t limited to:
- A mother’s personal experience seeking help for substance abuse while pregnant
- A family’s experience dealing with maternal or infant death, including across generations
- Perspectives from a health care or perinatal support worker seeking to improve a client’s health
You can share your experiences in the form below. You can also call (253) 260-5219 to leave us a voicemail, or contact reporter Kaylee Tornay at kaylee@investigatewest.org.
By filling out this form, you're helping us and the broader public better understand how maternal and infant health disparities impact real people, and what systemic failures are causing them. Even if you don’t want your name published in a story, we’re still interested in hearing from you.
You can also read previous reporting by Tornay that helped launch this project. This project is supported by the USC Center for Health Journalism.