Problem:
Currently Forms are ordered alphabetically by Form ID. This is confusing because F19 is sorted before F2 for example. We should order them numerically by their ID as the next step. We'll improve upon that later based on user research.
BDD
GIVEN a Lexeme page with several Forms
WHEN viewing the page
THEN the Forms are ordered numerically by their ID
Acceptance criteria:
- Forms are ordered numerically by their ID when viewing a page