Hiding Form Elements when Initializing using UL format

Hi,

I’m looking at initiating a DHTMLX form using the UL format. I have been able to use the various elements available to the form, but am having difficulties setting some of the properties that should be available.

For example, we have certain elements that should be displayed and hidden based on options a user selects on the form to allow for entering of additional information. By default, these are initialized to hidden. However, using the following syntax does not hide the element:

<li ftype="input" hidden="true">MyTestElement</li>

I’ve been using the following examples to set up the UL formatting, but they don’t appear to have anything regarding hiding elements:
https://dhtmlx.com/docs/products/dhtmlxForm/samples/01_init/03_init_from_ul.html
https://omdeling.info/inc/dhtmlxSuite/dhtmlxForm/samples/01_init/02_init_from_ul.html

Is it possible to initiate the form with this setting using only the UL formatting? If so, is there any documentation detailing what options can be set through the UL?

Thank you for your time!

I apologize with the delay to your request.
The problem is fixed.
The solution will be included in the future version of the dhtmlxForm.

That’s great to hear, thank you!

In the meantime, we ended up switching to the JSON format to setup our pages. I’m looking forward to being able to use this setup in the future!