Allow html content in text property

In the suite forms sometimes is useful add a text property with html content. For example in a checkbox field of a registration form we can add an hyperlink to the “terms and policy”.

example

Currently text value is always added as a text node.

It would be great to be able to do something like this:

https://snippet.dhtmlx.com/dkymn8py

Thank you fro your suggestion. We’ll try to find some solution in the future updates.

In the recent dhx.Suite update (7.2) we have added the possibility to use the custom HTML content as a dhx.Form control, so now you are able to use the custom containers in your form.

Here you can find the details including a working example: