You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when pressing submit in the create donation form, the input fields are not cleared immediately, and there is nothing stopping you from pressing submit again. This results in duplicate donations, which is really bad for the donation statistics.
To fix this, disable the button after submission, and clear the input fields immediately.
Here is an example of how the data will look if the duplicates are not handled:
The text was updated successfully, but these errors were encountered:
Currently, when pressing submit in the create donation form, the input fields are not cleared immediately, and there is nothing stopping you from pressing submit again. This results in duplicate donations, which is really bad for the donation statistics.
To fix this, disable the button after submission, and clear the input fields immediately.
Here is an example of how the data will look if the duplicates are not handled:
The text was updated successfully, but these errors were encountered: