save form data before submitting?

  • Thread starter Thread starter peter
  • Start date Start date
P

peter

Once in a while, I fill in an elaborate web form, click submit, only to see
an error message (server down, login timeout, etc) and have to re-fill the
web form all over again.

Is there a way to save the web form locally before clicking submit, so that
if something happens, I can go back to the form and reload the saved copy?
 
Don't you just hate when that happens? You may be able to save a copy of the
web form to remember what you originally entered, but there's no way to
re-submit the information from the saved copy. If that were possible, I
would save a copy of my shopping cart, change all the prices to $1.00 and
then reload the form.
 
Ted wrote on Fri, 13 May 2005 11:56:55 -0400:
Don't you just hate when that happens? You may be able to save a copy of
the web form to remember what you originally entered, but there's no way
to re-submit the information from the saved copy. If that were possible, I
would save a copy of my shopping cart, change all the prices to $1.00 and
then reload the form.

You can always edit the saved HTML so that the action value of the form tag
points to the full URL for the form submission.

And this is why I don't write my basket applications to store prices as
hidden fields in the form :)

Dan
 
Hi,
Try this:
Before hitting Submit, go to File> New> Window or hit Ctrl + n. Either of
those should duplicate the current window.

Don
[MS MVP- IE/OE]
 
Daniel Crichton said:
And this is why I don't write my basket applications to store prices as
hidden fields in the form :)

Interesting information. Name one store that does this.
Actually, name as many as possible ;-)

-peter
 
peter wrote on Fri, 13 May 2005 15:04:33 -0700:
Interesting information. Name one store that does this.
Actually, name as many as possible ;-)

10 years ago when I started writing e-commerce sites they were plenty of
"off-the-shelf" basket systems that put the prices into hidden form fields.
I haven't seen any for a while now though ;)

Dan
 
Hi Peter,

Thank you for posting.

From your post, my understanding of this issue is: you want to save your
form before you click the ¡°submit¡± button, and reload it if you got an
error page. If this is not correct, please feel free to let me know.

Base on my technology, I¡¯m afraid I must say sorry that there is no way to
do so unless you use some third-party software. But please notice that
Microsoft cannot make any representations regarding the quality, safety, or
suitability of a third-party application. There may be latency dangers in
the use of it, and Microsoft cautions you to make sure that you completely
understand the risk before retrieving any software from the Internet.

I hope that the above information can be of assistance. If you have any
concerns, please feel free to let me know. I am glad to be of assistance.

Thanks & Regards,

Vincent Xu

Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security

--------------------
| From: "peter" <[email protected]>
| Subject: save form data before submitting?
| Date: Fri, 13 May 2005 08:34:28 -0700
| Lines: 8
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
| NNTP-Posting-Host: pool-71-112-85-12.sttlwa.dsl-w.verizon.net 71.112.85.12
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.windows.inetexplorer.ie6.browser:89831
| X-Tomcat-NG: microsoft.public.windows.inetexplorer.ie6.browser
|
| Once in a while, I fill in an elaborate web form, click submit, only to
see
| an error message (server down, login timeout, etc) and have to re-fill
the
| web form all over again.
|
| Is there a way to save the web form locally before clicking submit, so
that
| if something happens, I can go back to the form and reload the saved
copy?
|
|
|
 
Back
Top