You can't "instruct" Form Runner to use a document id of your choice. However, this question is often asked in a context where you would like to tell users "fill this form", provide a unique URL, and then be able to find in the database the information they entered.
You can do this by adding a request parameter to the URL, say `/new?token=123`, and saving that token as the value of a hidden field (hide the field with Visibility set to `false()`, and make its Initial Value `xxf:get-request-parameter('token')`). With this, the token will be saved with data, and if you know the token, you can find the corresponding data.
Would this work for you?
Alex
--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[hidden email].
To post to this group, send email to
[hidden email].
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet