Adding formatting to expressions

I was wondering if it is possible to add layout to expressions in forms.
If this isn’t possible, is there documentation any on how to create your own field types?

No, there’s no layout in the expression field. Although you could implement it by changing the form-element-template.html file. You can also add your own field types by adding your Field type to the flowable-form-model and flowable-form-json-converter modules. You also need to add the new type to the Form builder in the Flowable Modeler app and the new type to the Form renderer in the Flowable task app (form-element-template.html).

Best regards,

Tijs

Thx tijs, I’ll look into it.
When I figure it out I’ll post my documentation on the forum.