BallStateCBER / cri

CBER Data Center: Community Readiness Initiative
http://cri.cberdata.org
0 stars 0 forks source link

Allow saved form data to be cleared by user #34

Closed PhantomWatson closed 7 years ago

PhantomWatson commented 7 years ago

Problem: Currently, if a user saves some form data, that data can never be blanked out until the invitations are sent. Manually clearing a form and then submitting it is not possible, given that validation rules require the name and email fields to be nonblank.

Suggestion 1 A 'clear data' button that asynchronously clears the form client-side and also sends a request in the background that clears it out server-side.

Suggestion 2 Maybe just ignore this. This might not be something that will actually bother anyone.