Can the \'Back\' browser functionality be invoked from a Rails \'Back\' link?
Using
link_to_function "Back", "history.back()"
seems to be exactly like hitting the back button in the browser. All inputted form data is still there when you get back.