Forum Moderators: open
This will require proper use of ajax and not just javascript i suppose. Any help is greatly appreciated
This will require proper use of ajax and not just javascript i suppose
I think you answered your own question. :)
What I'd do is start with the submit button disabled. Then, as the user leaves each required field, use AJAX to check that the input is correct. If not, display an error. If so, store a variable or increment a variable or something so that, when a certain list of variables all equal true, or some other condition is met, the submit button becomes enabled.