How to configure multiple forms in a process node, such as mobile and web pages

Hello, I would like to ask how to configure a node with multi terminal forms, such as web PC terminal and mobile terminal.
Looking up the documents, it is found that the form key of each process node can only be configured once.
The only thing I can think of is to configure form configuration extensions at different ends in XML extensions


I would like to ask if this is the right way to use it? Is there any other better configuration method or suggestion? thank you.

Hi @icefox,

another option would be to set up a convention for formKeys and add an appendix to the keyin your application.

Use myForm in the key and add -pc.html or -mobile.html in your client, depending on which machine it runs. The form-developer should provide both alternatives: myform-pc.html and myForm-mobile.html.

Hope this helps, Ingo

Sorry, I didn’t quite catch you. Do you mean the configuration location here:

Hi @icefox,

yes.

You can access the content with Get Form Key | docs.camunda.org.

Hope this helps, Ingo

1 Like