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
In the create form, when a user chooses to "let me add another item" at the end of the form, don't only redirect him to the create form, also make sure this time the "let me add another item" radio is checked, because most of the time that's what he'll want.
This can be done in two ways:
a cookie (which would also affect other create forms);
a GET parameter;
I tend to think option no 2 is better.
This enhancement, combined with #72 and #71 will greatly improve the create form usability.
The text was updated successfully, but these errors were encountered:
Im using the session rather than a query string for the time being, as I couldnt think of a scenario where sharing the data across forms would realistically happen unless they were to perfectly submit both forms perfectly.
In the create form, when a user chooses to "let me add another item" at the end of the form, don't only redirect him to the create form, also make sure this time the "let me add another item" radio is checked, because most of the time that's what he'll want.
This can be done in two ways:
I tend to think option no 2 is better.
This enhancement, combined with #72 and #71 will greatly improve the create form usability.
The text was updated successfully, but these errors were encountered: