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 ─────────────────────────────────────────────────────── #} {# The printed sheet carried a blank "for office use" block here. It is not rendered on the web form — a customer cannot fill it in. Those fields still exist and are filled by staff on the admin detail page. #}
Project Name
Request by:
Requester email:
Date Requested:
We send your confirmation, with a copy of everything below, to the requester email.
{# ── 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 %}