I need to disable the disable the submit button on my form and to enable if the onchange event occurs for any other input on the form
so basically I need to:
- disable the submit button
- add a method that enbales the submit button to the onchange event for all the other inputs on the form
anybody knows how to do this ? (especially the second one)