Multiple Page Xpage Form

I have a very long notes form that I was trying to convert into a multiple page xpage form so that when one part of the form is completed it will open the second xpage (same document) and continue from there.

I am trying to set the ACL to depositor because the form will be from anonymous web users.

I was able to do it by setting the save action to open the next xpage with the appropriate docid however this requires editor access from the ACL which is unacceptable.

Any suggestions appreciated. Thanks as always!

Subject: Scoped variables

Think a bit different.

Do not create documents, use scoped variables, like sessionScope. Save all the fields in the sessionScope, and when the user is ready, submit the data to a server agent, that will run on behalf of the server, so it will create the needed documents.

(I hope I understood your problem correctly :))