Export forms from Form Builder

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

Export forms from Form Builder

wlau
Hi all,

Does someone know how to export a form from Form Builder in order to import it back into another Form Builder installation.

Thanks in advance for your responses.
Reply | Threaded
Open this post in threaded view
|

Re: Export forms from Form Builder

Erik Bruchez
Administrator
You can call the persistence layer service. Something like:

http://localhost:8080/orbeon/fr/service/persistence/crud/orbeon/contact/form/form.xhtml

or, with 3.9:

http://localhost:8080/orbeon/fr/service/exist/crud/orbeon/contact/form/form.xhtml

-Erik

On Tue, Jul 3, 2012 at 8:36 AM, wlau <[hidden email]> wrote:

> Hi all,
>
> Does someone know how to export a form from Form Builder in order to import
> it back into another Form Builder installation.
>
> Thanks in advance for your responses.
>
> --
> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Export-forms-from-Form-Builder-tp4655417.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Export forms from Form Builder

wlau
Thanks for your answer.

I also found another way to get my forms : using the advanced function "Edit source". Then, I just have to copy/paste it in a new form (in the prod environment for instance).

Wafa