Catalog108 / challenges / static/forms/multi-step

Multi-step form wizard

intermediate Matching curriculum →

What this challenge teaches

Teaches: 3-step form. Session state carries data between steps; CSRF token rotates per step.

Expected output: Walk steps 1→2→3 with a persistent cookie jar; final POST yields a success message.

Submit your scraper's JSON output to /challenges/static/forms/multi-step/grade (grader endpoint is part of a later phase; URL is reserved now).

Progress: step 1 step 2 step 3

Step 1 of 3