{% extends "base.html" %} {% load static %} {% block title %}Contact {{ SITE_NAME }} · Free estimate{% endblock %} {% block og_title %}Contact {{ SITE_NAME }} · Free estimate{% endblock %} {% block twitter_title %}Contact {{ SITE_NAME }} · Free estimate{% endblock %} {% block meta_description %}Request a free painting estimate from College Craft in Wheaton. Call {{ CONTACT_PHONE }} or send a message. {{ CONTACT_ADDRESS }}.{% endblock %} {% block og_description %}Request a free painting estimate from College Craft in Wheaton.{% endblock %} {% block twitter_description %}Request a free painting estimate from College Craft in Wheaton.{% endblock %} {% block structured_data %} {% endblock %} {% block extra_head %} {% endblock %} {% block content %} {% include "public/_breadcrumbs.html" with title="Contact" subtitle="View our contacts or write us a message" bg_image="images/breadcrumbs-bg-7.jpg" %}
Email & telephone
Address
  • {% if CONTACT_ADDRESS %}{{ CONTACT_ADDRESS }}{% else %}{{ CONTACT_SERVICE_AREA }}{% endif %}
Service area
  • Western suburbs of Chicago, including Wheaton, Glen Ellyn, Geneva, St. Charles, Batavia, Naperville, and neighboring towns.

Get in touch with us

Tell us about the rooms, the exterior, or the building. We will follow up with a free estimate.

{% csrf_token %}
{{ form.first_name }} {{ form.first_name.errors }}
{{ form.last_name }} {{ form.last_name.errors }}
{{ form.email }} {{ form.email.errors }}
{{ form.phone }} {{ form.phone.errors }}
{{ form.interest }} {{ form.interest.errors }}

Mailing address (optional — for postcards)

{{ form.address_line1 }} {{ form.address_line1.errors }}
{{ form.address_line2 }} {{ form.address_line2.errors }}
{{ form.address_city }} {{ form.address_city.errors }}
{{ form.address_state }} {{ form.address_state.errors }}
{{ form.address_zip }} {{ form.address_zip.errors }}
{{ form.message }} {{ form.message.errors }}
{% if form.captcha %}
{{ form.captcha }}{{ form.captcha.errors }}
{% endif %}

By submitting, you agree we may contact you about your inquiry by email and SMS (if you provide a phone number). You can change preferences or unsubscribe anytime from links in messages, or reply STOP to SMS.{% if form.captcha %} Protected by reCAPTCHA.{% endif %}

{% endblock %} {% block tracking_events %} {% if "sent" in request.GET %} {% endif %} {% endblock %} {% block extra_js %} {% endblock %}