Hi @user334,
Nope, it is not that simple. We use Form Builder to produce form definition in JSON and later load it via vanilla js formio renderer.
Read some docks on external forms (camunda-bpm-examples/sdk-js/browser-forms-angular at master · camunda/camunda-bpm-examples · GitHub). You will generate an html file that will be treated as an external form and will refer to it depending on your deployment type. In our case we deploy via war files, so the reference is as follows:
And the stub also reads input parameters (json - name of the Formio JSON file with form definition, load_submission - variable to prepopulate form, save_submission - variable to store form contents on submit)
I will come back to this topic later next week with some basic example.
Best regards,
Ilya