Stages Demos:

[ Note: Stages comes without styles, you have to bring your own! ]

Collection Rules:

In this demo we have to create a football (soccer) team. There has to be exactly one goal keeper, at least two defenders, two midfielders and one striker. Defenders and midfielders need to be the same amout, to make it balanced. And finally, all name combos need to be unique. Try changing the team positions and click submit to see what happens.

Players:

path: players[0].prename | type: text
path: players[0].lastname | type: text
path: players[1].prename | type: text
path: players[1].lastname | type: text
path: players[2].prename | type: text
path: players[2].lastname | type: text
path: players[3].prename | type: text
path: players[3].lastname | type: text
path: players[4].prename | type: text
path: players[4].lastname | type: text
path: players[5].prename | type: text
path: players[5].lastname | type: text
path: players[6].prename | type: text
path: players[6].lastname | type: text
path: players[7].prename | type: text
path: players[7].lastname | type: text
path: players[8].prename | type: text
path: players[8].lastname | type: text
path: players[9].prename | type: text
path: players[9].lastname | type: text
path: players[10].prename | type: text
path: players[10].lastname | type: text


- - -
(c) 2023 by Fredi Bach : Unic : Github