[js] how combine to functions on submit?
- by Mahmoud
hey there,
as you can see, i have to functions first to check if all forms are not empty and the second function is to verify the captcher, when i combine them together both work at the same time, i want to first to verify the first function, when that function returns true then the other function starts,
here is the code that i used on form
…