User Task Forms

Hi again @Webcyberrob.

I took a look at your reference page and more specifically at Javascript chapter
(Javascript | docs.camunda.org).
Nevertheless, I didn’t understand exactly how I can use custom JavaScript in my embedded forms in order to enforce certain fields to be mandatory.
For example, will I have to replace my HTML with a JavaScript form in the IDE of my Eclipse?
Or, will I have to make a combination of these 2 types of forms?
The only clue which may help me that I found in the above chapter concerns the attribute evt.submitPrevented = true; in
Participating in the Form Lifecycle | docs.camunda.org


Sorry if my questions may look silly but unfortunately I am not an expert in programming :confused:

In addition to this issue, I would like to ask you if Camunda supports the dynamic form fields because I found somewhere ( Bootstrap Snippet Dynamic Form Fields - Add & Remove using HTML CSS jQuery) a code snippet in order to create a similar form in Tasklist for the 1st task of my process (if you remember from my 1st post here). I created a similar form but the button + which I need, is deactivated.

Thank you again,
Steve