Hi,
How can I create multistepform (split form) with webix in the same way like this link here.
http://examples.donnywals.com/angular-splitform/.
Thank you I appreciate your help.
Hi,
How can I create multistepform (split form) with webix in the same way like this link here.
http://examples.donnywals.com/angular-splitform/.
Thank you I appreciate your help.
Hi, you can place multiview cells inside the form and control their visibility with the help of dedicated methods:
Check the following snippet, please:
http://webix.com/snippet/cdaceb84
Helga thank you very much. It works great!!