I am using jquery steps for a form wizard. Then I want the steps to have different forms, everytime step changes, with previous or next buttons, I d like to submit the form via ajax.
When i tried with multiple forms, it didnt work, cause var form = $("#example-advanced-form").show();
so i guess i cant use multiple forms?
Does that mean, I should submit the whole form everytime I change a step? Well i cant really do that, because in different steps there are validation rules on server side.
Can you help me out?