form link on the ok page

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

form link on the ok page

emailtoakash
Hi ,

Need your help ..once the form is submitted it gives a ok message on a html page.I want the new link for the form which I just submitted on this ok html page.

Is it possible to pass a url to that page?

if yes then how to extract the url for the form  I am submitting and how do we put on this ok page
Reply | Threaded
Open this post in threaded view
|

Re: form link on the ok page

Erik Bruchez
Administrator
It depends with which version, but since 4.4 the send action can pass `app`, `form`, and `document` URL parameters:

https://github.com/orbeon/orbeon-forms/wiki/Form-Runner:-Buttons-and-Processes#send

From those, you can create a link to the form data. Like in:

http://demo.orbeon.com/orbeon/fr/orbeon/bookshelf/edit/891ce63e59c17348f6fda273afe28c2b

- app: orbeon
- form: bookshelf
- document id: 891ce63e59c17348f6fda273afe28c2b

-Erik