ballouta Posted July 3, 2008 Share Posted July 3, 2008 Hello I have a PHP attach form, i need to disable the Submit button after it is clicked once, is this possible? thank you Quote Link to comment https://forums.phpfreaks.com/topic/113083-solved-disabling-submit-button-after-clicked-once/ Share on other sites More sharing options...
Xurion Posted July 3, 2008 Share Posted July 3, 2008 <input type="submit" onclick="this.disabled=true" value="submit" name="submit"> Quote Link to comment https://forums.phpfreaks.com/topic/113083-solved-disabling-submit-button-after-clicked-once/#findComment-580899 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.