Can i connect external JS scripts to User Task?

Hello!
I need to connect a calendar to my User Task. It requires you to connect these files:

<link href=“dist/css/datepicker.min.css” rel=“stylesheet” type=“text/css”>
<script src=“jquery-3.4.1.min.js”>
<script src=“dist/js/datepicker.min.js”>

image

Where should i put these files and how to connect?

Hi @godzilla65536,

these files can be included as custom scripts (https://docs.camunda.org/manual/7.11/webapps/tasklist/configuration/#custom-scripts).

They will be loaded with tasklist and don’t have to be explicitly included in the form.