How to create a note with XML

For example, an input without a note:


I tried tooltip:



It works, but it is a tooltip, not appearing under the input.

In version 3.6 the note feature is useful, however, I tried following:


Both failed.

dhtmlx.com/docs/products/doc … index.html
also has no solution.

Thanks in advance.

Hello
You can find it in dhxform_infonote.xml file in form samples
dhtmlxForm/samples/03_api/07_help_info.html
We will add it in documentation in the next update.

Structure is the nest:

<item type="input" name="email2" label="Confirm e-mail" value="" validate="ValidEmail" required="true"> <note>Confirm your valid email address just to be sure it correct.</note> </item>

Thank you, Darya!
It now works well.

You are welcome!