{
  "schemaVersion": 1,
  "generatedBy": "generation/forms_p7.py",
  "wizard": "sample-signup",
  "note": "SAMPLE control data for the three-page HTML wizard shipped alongside it.",
  "carryForward": [
    "wizard_id",
    "step"
  ],
  "steps": [
    {
      "step": 1,
      "file": "wizard-step-1-account.html",
      "legend": "Sign-in details",
      "fields": [
        "email",
        "username",
        "password",
        "terms"
      ],
      "mandatory": [
        "email",
        "username",
        "password",
        "terms"
      ],
      "next": "wizard-step-2-profile.html"
    },
    {
      "step": 2,
      "file": "wizard-step-2-profile.html",
      "legend": "About you",
      "fields": [
        "given_name",
        "family_name",
        "organisation",
        "role",
        "team_size"
      ],
      "mandatory": [
        "given_name",
        "family_name"
      ],
      "next": "wizard-step-3-review.html"
    },
    {
      "step": 3,
      "file": "wizard-step-3-review.html",
      "legend": "Review and confirm",
      "fields": [
        "email",
        "username",
        "given_name",
        "family_name",
        "contact_time",
        "anything_else",
        "confirm"
      ],
      "mandatory": [
        "confirm"
      ],
      "next": null
    }
  ]
}
