Skip to content

One Page Input orders VDATE fields before other inputs #1026

@chhoumann

Description

@chhoumann

Problem

In the One Page Input modal, VDATE inputs are listed before other VALUE/FIELD inputs even when the VDATE token appears later in the template/capture format. This makes input order inconsistent with the template.

Steps to reproduce

  1. Create a capture/template format with a VALUE token followed by a VDATE token.
  2. Enable One Page Input.
  3. Run the choice.

Expected

Input fields appear in the same order as the tokens in the format.

Actual

VDATE inputs appear first regardless of placement.

Notes

The preflight collector processes VDATE tokens before VALUE/FIELD tokens (see RequirementCollector.format), so insertion order in requirements is skewed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions