For volunteers
Make a Difference: Join the OpenTrials Volunteer Network
Help advance medicine. Get matched with active clinical studies looking for volunteers like you.
{
const summary = $refs.errorSummary;
summary?.scrollIntoView({ behavior: window.matchMedia('(prefers-reduced-motion: reduce)').matches ? 'auto' : 'smooth', block: 'center' });
const invalid = $el.querySelector('[aria-invalid=true]');
(invalid ?? summary)?.focus({ preventScroll: true });
})"
>