I filled out a lengthy form on a webpage which rejected my submission due to a server error. I can't seem to recover the form input.

Is there any way in Firefox to look into caches, history, etc. to recover this information?

link|improve this question

71% accept rate
feedback

3 Answers

up vote 4 down vote accepted

Whew! I figured out a solution -- I was able to hit the "back" and "forward" button with the "Live HTTP Headers" extension capturing incoming/outgoing traffic, and the form information was part of a POST response. (Firefox will resend form input, not sure where that's stored, but doesn't have any obvious built-in way to display it to users)

link|improve this answer
1  
I think it's stored in RAM, since you can hit "Back" to get back to the form with your data filled in, but I've never heard of Firefox restoring those form values after you close and restart the browser. – David Zaslavsky Sep 1 '10 at 18:47
You might want to have Lazarus [ addons.mozilla.org/en-US/firefox/addon/6984 ] installed, if something like this happens again. – Sathya Sep 1 '10 at 21:15
@Sathya: consider posting as a separate answer, I'd vote it up. – Jason S Sep 25 '10 at 16:31
I've posted the comment as an answer. – Sathya Sep 25 '10 at 16:49
feedback

I'd recommend you to install Lazarus - it has saved my butt enough number of times.

link|improve this answer
+1, thanks for the suggestion! – Jason S Sep 26 '10 at 13:48
feedback

I'm afraid form contents aren't cached... Regular input fields (single line) may be saved with auto fill, yet text area's (multiple lines, the one that you probably typed in) aren't.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.