Web form will not submit

I have a web form that has two buttons on it.

The first button performs @formula calculations. Works fine.

The second button (it used to work) is used to submit/save the form. However, when the submit button is pressed I just get a white screen with the # “0” in the upper left corner. The form does not save and the URL in the new window is the save as the form’s URL.

I have tried ever way I know of the submit/save the form.

If I turn off the “Use JavaScript…” check box in the Database properties the form does submit correctly – but it submits when the first (logon) button is clicked.

Any ideas? I have tried everything and this database is down!

Subject: Web form will not submit… WebQuerySave Agent?

Does your form have a WQS agent assigned? If so, have you confirmed that the agent isn’t preventing the save?

Also check for any errors in your field translation/validation events. Since there is a Zero being displayed, that could be mean somewhere there is a false value being returned.