I am using Jquery stpes plugin
for wizard.
Here I have one problem, On step 2 I am making ajax call to get the data and filling into input controls but the problem here is data is refreshing everytime on step changes. so state is not maintain. I have set the enableCacheContent=true
, still it's not working.
form.steps({
headerTag: "h3",
bodyTag: "fieldset",
enableContentCache: true})