Jump to content

hide button submit after submit form


ainbila

Recommended Posts

hi , i want to disable or hide the submit button after user submit and just display the update button .My problem is this form in form of tab by tab .so i dont know how to disable the button

report.thumb.PNG.5c845d21b01c94decb58219e49ba91ae.PNG

button javascript

 $('#btn_confirmation1').click(function(){

          $('#btn_confirmation1').attr("disabled", true);
          $(document).css('cursor', 'prgress');


          $("#application-form1").submit();

           return true;
        
      });

form (all in one page)

 <form id="application-form1"  action="save_form_semakan.php" method="POST" enctype="multipart/form-data">
							<!--tab nav tabs-->
							<?php include 'nav_tabs1.php';?>

							<div class="tab-content" style="margin-top:16px;">
								<!--tab application guideline-->
								
								<?php include ("tab_semak1.php")?>

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.