lional Posted June 21, 2006 Share Posted June 21, 2006 GooddayI am trying to create form validation where the submit button will be disabled until all the input fileds and the textarea have been filled in, then it will be activeIs this possibleAny help will be appreciatedRegardsLional Quote Link to comment https://forums.phpfreaks.com/topic/12543-disable-submit-button/ Share on other sites More sharing options...
dptr1988 Posted June 21, 2006 Share Posted June 21, 2006 I think you could do that by loading the page with the submit button disabled. Then as each field is modified check all fields for valid content. Then after all fields are valid change the submit button to enabled. Shouldn't be very hard. Quote Link to comment https://forums.phpfreaks.com/topic/12543-disable-submit-button/#findComment-48208 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.