Dynamic and external forms

Hi,

It is possible to build dynamic forms? I want to avoid having more than 10 forms which the differences are only a couple of fields that depend on previous conditions chosen by the user.

In addition I would like to know if I can use external forms instead of the forms created in the flowable-modeler application.

Thanks,
Clara

Hi,

You can use other technologies for forms as jsf, angular, etcetera.

1 Like

Hi,

Indeed you can use any form technology as you like. There’s the form key attribute for start and task forms in Flowable and that can be any string. So you can use the form key value to render the correct form in the technology of your choice.

Best regards,

Tijs