How to create a wizard like forms in dhtmlx.

I am trying to make a form which splits in differrent sections like wizards.
or is there any way to integrate jquey-steps library with dhtmlxform to create wizards.

Hi

you need to split your form like in this demo
dhtmlx.com/docs/products/dhtmlxF … split.html

also you need to add a ‘next’ button for each tab which will show and activate next tab and ‘finish’ button for the last tab