{% extends "base.html" %} {% load static %} {% block title %}Join our team · {{ SITE_NAME }}{% endblock %} {% block og_title %}Join our team · {{ SITE_NAME }}{% endblock %} {% block twitter_title %}Join our team · {{ SITE_NAME }}{% endblock %} {% block meta_description %}Apply to join College Craft’s interior and exterior painting team in Wheaton — job foreman, painter, sales, and sub-contractor openings.{% endblock %} {% block og_description %}Apply to join College Craft’s painting team in Wheaton.{% endblock %} {% block twitter_description %}Apply to join College Craft’s painting team in Wheaton.{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {% include "public/_breadcrumbs.html" with title="Careers" subtitle="Join our professional interior & exterior painting team" %}

Work with College Craft

We hire careful, hard-working people who take pride in prep, paint, and how they treat a customer’s home. A foreman is on every job. Apply below and we will follow up.

  • Job Foreman
  • Painter
  • Sales
  • Sub-Contractor

{% if CONTACT_PHONE %}Call {{ CONTACT_PHONE }} or {% endif %}stop by {{ CONTACT_ADDRESS }}.

{% 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 }}

Address

{{ form.address_line1 }} {{ form.address_line1.errors }}
{{ form.address_line2 }}
{{ form.address_city }}
{{ form.address_state }}
{{ form.address_zip }}

Which positions are you applying for?

    {% for value, label in form.positions.field.choices %}
  • {% endfor %}
{{ form.positions.errors }}
{{ form.qualifications }} {{ form.qualifications.errors }}
{{ form.start_date }} {{ form.start_date.errors }}

{{ form.drivers_license.label }}

    {% for value, label in form.drivers_license.field.choices %}
  • {% endfor %}
{{ form.drivers_license.errors }}

{{ form.has_vehicle.label }}

    {% for value, label in form.has_vehicle.field.choices %}
  • {% endfor %}
{{ form.has_vehicle.errors }}
{% if form.captcha %}
{{ form.captcha }}{{ form.captcha.errors }}
{% endif %}

By submitting, you agree we may contact you about this application by email and SMS (if you provide a phone number).{% if form.captcha %} Protected by reCAPTCHA.{% endif %}

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