Best practices in handling webforms with Camunda

Hi there - I am not sure this is the right category to post this question…

My team is experimenting with Camunda but are struggling to pick an approach to handling webforms. I am asking for advice from someone in the community that has experience with building complex forms that integrate well into the Tasklist web-app.

For any level beyond “basic” forms, you want to use Embedded Forms: https://docs.camunda.org/manual/7.12/reference/embedded-forms/

These let you work with Angular JS and the Camunda Form SDK, and it works with Camunda Task List out of the box.

1 Like

Thanks for this. If we also want to be able to allow our customers to directly build a form that can be embedded in Camunda tasklist - are there a few form builders that (a) embed well and (b) still allow for ur developers to add advanced field-level validation (which would be beyond a business user)?

See

Generally the model is to store your forms in A data store and have the Bpmn store a reference to the form schema (FormKey).