Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Validation Re: Validation

#92194
Brightonmike
Member

Oh crikey, I completely missed what you meant. I can just add this to the submit function:

        if($('.step').eq(current - 1).find('.required').val() == '' ){
alert('no.');
return false;
}

Oh man.