submit-form bug fix
If user clicks the submit button N times, The application send N post requests. Raises duplicate data in db
solution: Need to restrict the submit button to click it only once. Disabling the button after one click
If user clicks the submit button N times, The application send N post requests. Raises duplicate data in db
solution: Need to restrict the submit button to click it only once. Disabling the button after one click