Case Study

From 18 steps
to 6 decisions.

Redesigning Unity Environmental University's admissions application from a static, one-size-fits-all form into a dynamic, intelligent flow that only asks what it actually needs to know.

UX Research Information Architecture Conditional Logic Design Stakeholder Interviews Salesforce Integration Implementation in Progress

A form that failed
the people trying to use it.

The existing Unity admissions application was a static, linear sequence of 18 steps — the same 18 steps for every applicant, regardless of who they were or what program they were pursuing. A recent high school graduate saw the same fields as a returning adult learner. A transfer student with 60 credit hours was asked questions only relevant to first-time applicants. A prospective student with no military background was prompted to enter military affiliation details.

The problems weren't isolated — they compounded each other. Technical glitches with type-ahead fields caused errors mid-form. Irrelevant questions created confusion about whether the user was in the right place. The sheer visible length of the application created a psychological barrier before users had even begun.

"The complexity wasn't in the questions. It was in showing all of them to everyone."

Before

  • 18 static steps shown to every applicant
  • Irrelevant fields appearing for all user types
  • Type-ahead fields causing technical glitches mid-form
  • Overcrowded dropdowns increasing cognitive load
  • Full length of application visible upfront — daunting
  • Admissions staff receiving incomplete or incorrect data
  • Users abandoning the form early

After

  • Dynamic flow — only relevant steps shown per user
  • Conditional logic filters fields by applicant profile
  • Simplified dropdowns reduce input errors
  • Early questions filter out irrelevant later questions
  • Progress is chunked — 7 named stages, not 18 raw steps
  • Cleaner data reaching admissions staff
  • Design complete — implementation in progress
18 Static steps
in original form
7 Named stages
in new design
3 Compounding failure
modes addressed

Auditing the form.
Interviewing the people who lived with it.

The redesign started in two places simultaneously: inside the existing form, and in conversation with the admissions staff who processed its output every day.

The form audit mapped every field, every step, and every condition — or lack thereof. Most fields had no logic attached to them at all. They appeared for every user because no one had ever modeled the decision tree underneath the application. The form wasn't badly designed — it was never designed as a flow. It was assembled as a list.

Key Discovery

The admissions staff interviews revealed something the form audit alone couldn't: the fields that were causing the most data quality problems downstream were the same fields that appeared to users who had no reason to fill them out. The form was generating noise that staff then had to manually correct. The UX failure was creating an operational failure.

The stakeholder interviews also surfaced a priority ordering that wasn't visible in the original form. Some fields — program intent, contact information, basic identity — were needed early to route applicants correctly. Others — academic history details, military background — only mattered for specific applicant types and could be gated behind prior answers.

That ordering became the architecture of the new flow.

1

Form audit

Mapped all existing fields, their sequence, and the conditions (or lack thereof) governing when they appeared. Identified which fields were universal vs. applicant-type-specific.

2

Admissions stakeholder interviews

Interviewed admissions staff to understand what data they actually needed, which fields generated bad or incomplete data, and where downstream processing was breaking down.

3

Decision tree mapping

Built the underlying logic model — which questions gate which subsequent questions. Identified the branching paths: first-time students, transfer students, returning adult learners, military-affiliated applicants.

4

Grouping and sequencing

Organized fields into logical thematic stages, sequenced so that early answers narrow later options. Simplified overloaded dropdowns to reduce cognitive load and input errors.

5

Prototype and flow documentation

Built the complete high-fidelity flow in Figma — all conditional paths, all screen states, all branching logic. Documented for development handoff.

Seven stages.
Infinite paths. One clear journey.

The redesigned application is organized into seven named stages — each with a clear purpose, a defined scope, and conditional logic that adapts the experience in real time based on what the applicant has already told us.

Old flow vs. New flow — structure comparison

Before — 18 static steps, same for everyone

01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18

After — 7 stages, conditional paths per applicant type

Personal Info
Academic History
Academic Aspirations
Demographics
Activities & Background
Communication
Review & Submit
Welcome

Sets expectations before the applicant begins. Reduces anxiety by making the scope of the task legible upfront.

Step 1 — Personal Info

Contact details and basic identity. Universal — every applicant sees this stage. Establishes the record before anything conditional begins.

Step 2 — Academic History

Prior education background. The answers here are the primary gating mechanism — they determine which subsequent fields appear in Steps 3 and 5. A first-time student and a transfer student take materially different paths from this point forward.

Step 3 — Academic Aspirations

Program selection and degree intent. Fields adapt based on Step 2 answers — eligible programs are filtered to match the applicant's academic history, so users are never shown programs they don't qualify for.

Step 4 — Demographic Info

Optional demographic data. Presented as a clearly optional, separate stage — not buried within a longer form where its optionality was unclear.

Step 5 — Activities & Background

Military affiliation, conviction history, and other background disclosures. These fields are fully conditional — a student with no military background sees none of them. The branching here was the most complex in the original form to untangle.

Step 6 — Communication Preferences

How the applicant wants to be contacted. Separated from personal information so it reads as a distinct, lower-stakes choice — not one more field in an already-long form.

Step 7 — Review & Submit

Summary of all entered information with edit access before final submission. Only shows what the applicant actually filled in — not the full 18-step form.

Confirmation

Application submitted. Next steps communicated clearly. The first moment of relief in what was previously an anxiety-producing process.

The Design Principle

The new form doesn't ask less — it asks the same things. What changed is who gets asked what, and when. The complexity moved out of the user's experience and into the logic layer where it belongs. That's information architecture doing its actual job.

The work that
doesn't show in screenshots.

The most meaningful improvements in this redesign aren't visible in any single screen — they live in the interactions between screens, and in decisions made at the field level.

Fixing the autocomplete problem

Several fields in the original form used type-ahead autocomplete — a feature that, in theory, speeds up input and reduces errors. In practice, the dropdowns were overpopulated and the autocomplete logic would trigger at the wrong moment, creating glitches that caused values to either not save correctly or surface error states that confused users.

The solution wasn't to remove autocomplete — it was to rethink the question structure upstream. By asking filtering questions earlier in the flow, I could dramatically reduce the option set for downstream dropdowns. A student who has already indicated they're pursuing an undergraduate degree doesn't need to see graduate program options in a dropdown. Smaller sets mean fewer edge cases, fewer glitch opportunities, and a faster, more confident selection experience.

Sequencing as a filter

The decision to move Academic History to Step 2 — immediately after personal information — was deliberate. It's the question whose answer does the most work. Once the form knows whether someone is a first-time student, a transfer student, or a returning adult learner, it can confidently narrow every subsequent stage. That single early question eliminates entire branches for most users.

This is the difference between a form that collects data and a form that understands context. The original form collected data. The new one builds a picture as it goes and uses that picture to stop asking unnecessary questions.

Visible progress that doesn't lie

In the original 18-step form, progress indicators were either absent or misleading — showing step 6 of 18 when many of those 18 steps were irrelevant to the user viewing them. The new design shows progress through stages, not steps, and only counts the stages that apply to this specific applicant. An applicant with no military background and a straightforward academic history genuinely has fewer stages than someone with a complex transfer situation — and their progress indicator reflects that reality.

What I'd do differently.

Honest retrospective

The discovery process — auditing the form and interviewing admissions staff — was the right foundation. If I were to do this again I'd add one more research layer I didn't have time for: observational sessions with prospective students actually completing the application. Stakeholders know what data they need; they don't always know where applicants hesitate, which fields create confusion, or where the emotional friction lives. The form audit tells you what's there. It can't tell you what the experience of encountering it feels like.

I'd also instrument the new form from day one — abandonment rates per stage, time spent per step, error rates per field. The absence of baseline metrics from the original form means the redesign's impact will be directionally visible but not precisely measurable. That's a gap I'd want to close in any future engagement of this type.

The design is complete. Implementation is in progress. The case study will be updated with outcome data once the new form is live and has been in production long enough to generate meaningful signal.

Unity Environmental University — Admissions Application Redesign

Designed by Jessie Laceyjessiemlacey.com