Visual-Communications / fair-housing-pledge

https://fairhousingpledge.com/
0 stars 0 forks source link

On form submission, prevent duplicate Pledges in the database #89

Closed paulshryock closed 3 years ago

paulshryock commented 3 years ago

Sometimes a user submits duplicate POST requests while submitting the Pledge form. This might be from clicking the Submit button more than once. This can result in duplicate Pledge entries saved in the database if the second POST request initiates saving a new pledge before the first one has finished saving in the database.

Acceptance criteria