Skip to content

submit-form bug fix

ramu-nukavarapu requested to merge bug-fix into develop

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

Merge request reports

Loading