Your District Name
Operating Hours: Monday–Friday, 8am–5pm
Contact Us Form
Include a message to ensure your community with urgent needs don’t rely on a form that’s only monitored during business hours – an important safety consideration beyond WCAG compliance.
If this is an Emergency, please call (303) 335-0474 for assistance. Please note that the forms we provide are not intended for emergency situations. Our team only reviews and responds to submissions during regular business hours. When filling out the message field, kindly specify if you do not require a response to your inquiry. If you are expecting a reply and do not hear from us within 24 hours, please do not hesitate to reach out again by calling us directly at (303) 335-0474. We appreciate your understanding and are here to assist you.
Advanced Form Options
Different Form Types Available
Need specialized forms beyond general contact? We can create custom forms for your district’s specific workflows:
- Owner or tenant requests for final bills
- Service status inquiries
- Title company billing requests
- Start, stop, or transfer service applications
- Address change notifications
- Work order requests
- Permit applications
Auto-Generated PDFs
For districts processing high volumes of forms, we offer automated PDF generation. When residents submit a form, the system automatically creates a formatted PDF and emails it to your staff—ready to print, file, or forward. Perfect for offices handling dozens of submissions daily.
PDF automation requires additional setup (one-time fee). Contact us to discuss your workflow needs.
How This Page Meets WCAG 2.2/2.1 AA
- Clear Form Labels (WCAG 1.3.1 Info and Relationships, 3.3.2 Labels or Instructions): every form field has a visible, descriptive label (“First Name,” “Last Name,” “Email,” “Comment or Message”) that’s programmatically associated with its input field. Screen readers announce the label when users navigate to each field, ensuring everyone knows what information to provide.
- Required Field Indicators (WCAG 3.3.2 Labels or Instructions): required fields are marked with an asterisk (*) and include
aria-required="true"attributes, so screen readers announce “First Name, required” when users enter the field. - Keyboard Navigation (WCAG 2.1.1 Keyboard): navigate between form fields using Tab, fill them out, and submit using only the keyboard so no mouse is required. Tab order follows the logical visual sequence from top to bottom.
- Error Prevention and Recovery (WCAG 3.3.1 Error Identification, 3.3.3 Error Suggestion): if a required field is left blank or email format is invalid, clear error messages appear next to the specific field with actionable guidance, for example, “Email is required” or “Please enter a valid email address” which makes it easy to identify and correct mistakes.
- Focus Indicators (WCAG 2.4.7 Focus Visible): active form fields display a clear visual outline showing exactly which field you’re currently editing which is essential for keyboard users.
- Accessible Submit Button (WCAG 2.4.6 Headings and Labels, 4.1.2 Name, Role, Value): the submit button has clear, descriptive text (e.g., “Send Message” or “Submit Form”) and is marked as a button element, so assistive technology announces it correctly.
- Spam Protection Without Barriers (WCAG Best Practice): this form uses a honeypot spam filter instead of CAPTCHA, eliminating accessibility barriers that visual puzzles and audio challenges create for users with disabilities. Legitimate users never encounter verification steps – they just fill out and submit.
- Mobile-Friendly Form Fields (WCAG 1.4.10 Reflow, 2.5.5 Target Size): form fields and the submit button are large enough for easy tapping on mobile devices (meeting minimum 24×24 pixel touch targets), and the form automatically adjusts to smaller screens without horizontal scrolling.
- Input Purpose Identification (WCAG 1.3.5 Identify Input Purpose): form fields use proper
autocompleteattributes (e.g.,autocomplete="given-name",autocomplete="email"), allowing browsers and assistive technology to auto-fill information accurately, saving time and reducing errors.