Dynamic form sequence | Community
Skip to main content
Level 2
October 30, 2017
Solved

Dynamic form sequence

  • October 30, 2017
  • 4 replies
  • 2319 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by user7587541

How complex are the rules to determine the order and are they determined server side or client side?  You can hide and show panels via script in the form or server side you may look at form sets.

4 replies

kautuk_sahni
Community Manager
Community Manager
October 31, 2017

Did you check Targeting in AEM forms:- AEM 6.1 Forms Help | Create targeted experiences in AEM forms

~kautuk

Kautuk Sahni
Level 2
November 1, 2017

We are not using Adobe target.

I've gone through the documentation you shared and it doesn't talk about sequencing. The usecase I'm trying to solve is little complicated.

More suggestions welcome.

smacdonald2008
Level 10
November 1, 2017

I have never read anything about this use case in AEM Forms docs. I am checking with the internal team to make sure.

user7587541Adobe EmployeeAccepted solution
Adobe Employee
November 1, 2017

How complex are the rules to determine the order and are they determined server side or client side?  You can hide and show panels via script in the form or server side you may look at form sets.