JQC Enrollment Form

by L.T Services, Inc
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{# Honeypot — must stay empty. #} {# ── Header ─────────────────────────────────────────────────────── #}
Project Name
Request by:
Date Requested:
{% for key, label in schema.OFFICE_FIELDS %} {% endfor %}
{{ label }} For office use
{# ── Step 1 — the people ────────────────────────────────────────── #}
Step 1: Please list everyone who needs access. Each person will receive an email invitation at the address you provide.
No. Role First and last name Job Title Email Address
{# ── Step 2 — the task matrix, built from Step 1 ────────────────── #}
Step 2: Please check the task/function for each user, or apply our recommended selection and adjust it.
Our recommendation keeps administrators and directors from receiving an overwhelming number of email notifications. You can change any box afterwards.
{# ── Step 3 — mobile app ────────────────────────────────────────── #}
Step 3: Please check the box next to the user who will receive the app for smart devices.
{# ── Notes ──────────────────────────────────────────────────────── #}
Anything else we should know? (optional)
Note:
    {% for note in schema.NOTES %}
  1. {{ note }}
  2. {% endfor %}