setForm() for a form view not working

Sorry if I picked the wrong format for this, and unfortunately I don’t know what other information to include:

I am trying setForm() on a form view as documented here: http://docs.webix.com/desktop__form_tasks.html

I can successfully use setForm() on a property view, but doing the same thing on a form is not working. Is there some special initialization not documented on the page? I am initializing the components with Javascript. There are no errors in the console.

Using the code from the documentation, I have produced the following snippet: http://webix.com/snippet/0ac3412c
I don’t know what I am doing wrong, because it tells me “set_form” is not defined. I hoped I could replicate the problem there.

http://webix.com/snippet/8d1310db

Form inputs must have “name” attribute set. Value of name attribute defines the data mapping.

Interesting, the documentation says:

“Form elements (text fields, radios and checkboxes) are referred by either their IDs or names.”

Maybe you can update the documentation to reflect the fact that it must use name? Thanks for the feedback!

Yep, the documentation will be updated.
Sorry for inconvenience