How to change the default "Form processed" page?

hi,After a form is submitted we get the screen “Form processed”.

I want to change that screen to my application homepage, any ideas how to do it.

i tried to use window.location.replace(serverPath) ; but in that case form is not saving.

thanks

Subject: how to change the default “Form processed” page ?

You can use a $$Return field with the link to the application home page. From R5 Help:

Returning another page

To jump to a different Web page, enclose a URL for the page in brackets. When the user submits the document, the Web client displays the referenced document. For example, the following $$Return formula displays the home page for the Lotus Japan site.

“[http://www.japan.lotus.com]”

The title of the document is ‘Customizing “Form processed” confirmation for the Web’.

HTH

Dawn

Subject: RE: how to change the default “Form processed” page ?

I was /just/ about to post the same thing :slight_smile:

Subject: RE: how to change the default “Form processed” page ?

Where exactly does the $$Return formula go?