Web form submits first time but not when editing later on

I’ve created a web form for people to submit documents online. This works great when the document is new. However, if the user puts an existing document into edit mode (still on the web) and try to submit, they are brought back to a default view. I know that the last line of javascript runs (it’s a messagebox that I put in) and that the webquerysave agent is not running because I’m printing a message in the first line. I also don’t see any errors in the log. Any ideas? I know from my past experiences that this usually means a problem with an individual field on the form but I thought I’d throw this out there before ripping the form apart. Thanks!

Subject: I knew this was tickling my brain…

Notes Guy,

Is it possible you are in a “race” condition. This happened to me a long time ago when I first started trying to use Javascript to validate and submit documents.

Read this post:

http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/0b819388a4eddf3585256ae3006558ad?OpenDocument

  • Matt

Subject: Using form from client

Have you tried using the form from the Notes client? Many times errors that occur in the browser also appear in the client and it’s much easier to diagnose errors from the latter.

Subject: RE: Using form from client

Thanks for the response and the good idea. Yes, I tried that… it saved without issue.