cancel
Showing results for 
Search instead for 
Did you mean: 

Orbeon form integration

rohit_chakrabor
Champ on-the-rise
Champ on-the-rise
Hi,

Is it possible to integrate Orbeon forms into Alfresco? I want to submit the forms in Alfresco.
Any help will be appreciated.
1 REPLY 1

romschn
Star Collaborator
Star Collaborator
I am not much familiar with Oberon forms. However, it looks like it is a product which offers to create the web forms. Based on this understanding per my opinion, Yes, it should be possible to integrate with Alfresco for saving the data to Alfresco repository. The high-level approach should be as following. In order to achieve this, you may need to have a content type which holds the fields present on your web form. When you save the form, you will have to invoke REST API call to Alfresco to create the content holding the metadata captured from the webform. From the source code of oberon form, you will have to identify the point where it submits the data and there invoke Alfresco REST API passing required data to it.

Hope this helps.