Dynamic form sequence
Hi,
We are using AEM forms in our project and one of the requirements is to change the form sequence basis external trigger such as user input, or url parameters.
E.g. If user is identified to be of type "A", then sequence should be 1, 2, 3, 4, 5, 6, 7, 8
If user is identified to be of type "B", then sequence should be 1, 5, 2, 3, 8, 4, 5, 6, 7
Similarly other combinations can be configured.
This needs to be configurable such that sequence can be changed when required. Is this achievable via AEM forms?
Thanks