Tutorial on External Form

Hi

I’m new to Camunda and would like to explore how can I use external form for my e-commerce project.
I would like to display a custome form on my HTML page (in NodeJS - JavaScript) and display it to my customer. This will in turn start the process instance for my BPM process flow.

  1. How do I use Form SDK (JavaScript?) in my NodeJS application (HTML5 / JQuery / Angular)?
  2. In the tutorial, I saw only 2 examples, JSF external forms and Form SDK JavaScript, but is there any example on how I can do call the forms for my user group?

Any guide will help greatly.

Check out: Form Builder (Drag and Drop) + Form Server Validations
As it’s a similar setup and use case

Here is a sequence flow example: