document.addEventListener('DOMContentLoaded', function () { const accordion = document.querySelector('.read-more-accordion'); const button = document.querySelector('.accordion-read-more'); if (!accordion || !button) { return; } const panels = accordion.querySelectorAll('.vc_tta-panel'); // Hide the button when there are 10 or fewer questions. if (panels.length <= 10) { button.style.display = 'none'; return; } button.addEventListener('click', function () { const isExpanded = accordion.classList.toggle('show-all-questions'); button.setAttribute('aria-expanded', String(isExpanded)); button.textContent = isExpanded ? 'Show Less' : 'Read More'; // When collapsing, return the visitor to the accordion. if (!isExpanded) { accordion.scrollIntoView({ behavior: 'smooth', block: 'start' }); } }); }); Skip to main content

Speaker Request Form

Any person wishing to speak to the March Joint Powers Commission on an agenda item is encouraged to complete and submit this form to the March JPA Clerk.

Persons desiring to speak to the March JPC will be called in the order this form is received.

According to the “Code of Conduct” of the March Joint Powers Commission, speakers are limited to a 3-Minute time period unless an extended time is approved by the members of the March JPC.

Please submit your request to speak to camargo@marchjpa.com no later than 9:00am the day of the meeting.

If the following form does not work, please send your info to: camargo@marchjpa.com