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, a survey can only be submitted after being filled out. This doesn't give the user a chance to review their responses before they submit them, which can be frustrating given how long some of the forms can be.
Make it so that the users can save the Apiary Surveys before they submit them.
This may require:
Adding a "submitted" field to the Survey model to indicate if it has been finally saved or not
Adding a "Save" button to the Survey Forms to save the survey but not submit it
Adjusting the Survey Forms to be editable for Saved surveys, but not for Submitted surveys
Adding a new icon for Saved surveys, to differentiate them from Unfilled and Submitted surveys
The text was updated successfully, but these errors were encountered:
Currently, a survey can only be submitted after being filled out. This doesn't give the user a chance to review their responses before they submit them, which can be frustrating given how long some of the forms can be.
Make it so that the users can save the Apiary Surveys before they submit them.
This may require:
The text was updated successfully, but these errors were encountered: