-
Notifications
You must be signed in to change notification settings - Fork 771
Open
Description
onStepChanging: function(event, currentIndex, newIndex)
{
if(currentIndex == 0)
{
$.post("ValidateEmail.php",{email:email},function(data, status){
if(data == 1)
{
return false;
}
else
{
return true;
}
});
}
}
When I tried this, it keeps on the same step does't go to the next step, is there any issue in my code or it does't support with ajax validation ?
Metadata
Metadata
Assignees
Labels
No labels