Dynamic form set based on user input and external data
Working in a implementation where the we need to collect lot of information in multiple forms from the user. The subsequent forms need to be displayed based on some conditions defined in a rule engine (exposed as REST service, which can tell what is the next form that is eligible for that user). I looked at Form set (Adobe Experience Manager Help | Form set in AEM Forms ) and the eligibility expression, but it seems a simple javascript based implementation. The condition not just changes based on user inputs but also other events out of the forms, so it is important to invoke the rule engine to determine the next form. Does AEM Forms support this dynamic navigation to different forms?