{{ include('_header.html.twig') }} {{ include('_navbar.html.twig')}}

Anonymous Complaint Page

Instructions

Type your complaint or problem into the message box below and click "Submit".
Messages will be sent directly to Chris Weiser's email account.
Messages will be completely anonymous so complaints cannot be traced to a specific person.
Feel free to submit any problem or concern.

{{ form(form) }}
{% if isSubmitted != null %} {% if isSubmitted %}
Form submitted successfully
{% else %}
Form failed to submit with errors
{% endif %} {% else %} Nah this broke //TODO: remove after debugging {% endif %}