I want to include custom forms indie src/main/webapp/ forms folder and i want to know if is it possbile to use bootstrap and jss code inside my forms?
will i need to make any extra configuration for appending my form inside camunda environment?
Hi @Sally,
when you want to add the HTML files in the src/main/webapp/forms
folder, you are working with embedded forms.
Please see the documentation regarding embedded forms: https://docs.camunda.org/manual/latest/reference/embedded-forms/
You have to configure the used HTML form in the user task of the process xml. See our documentation for more infos.
<userTask id="theTask" camunda:formKey="embedded:app:forms/myForm.html" name="my Task">
Does it helps!
Cheers
kristin