Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preserve any entered value in "food description" in case of error #17

Open
alexch opened this issue Jun 2, 2014 · 0 comments
Open

preserve any entered value in "food description" in case of error #17

alexch opened this issue Jun 2, 2014 · 0 comments

Comments

@alexch
Copy link
Contributor

alexch commented Jun 2, 2014

Currently if the user enters a bogus zip we redirect to the main page and the "description" field is blank. It'd be nice if we repopulated it with whatever they typed before.

Rails has some built-in ways to do this but since we're not using ActiveRecord form helpers -- just the base form_tag helper -- these may not be available. But it'd be pretty easy to stash it in the session and retrieve it (and clear it) after the redirect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant