How do I deal with the POST form
January 21, 2013 in answer
ANSWER:
You should let the user know whether or not their information was successfully submitted, then direct them to an appropriate page.
For example, if I have a form asking a user to write a short bio about themselves, after they submit it I should:
- Tell them that their bio has been updated, and
- Redirect them to a related page, such as back to their profile page.
Charles Tian from http://stackoverflow.com/questions/14433974

New Comments