Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Forms in Oracle content experience - OCE

Hi,
I am very very new to Oracle content experience platform and we have a requirement to create a simple form in the website in OCE. The submitted form information should be saved somewhere (like a DB or a library) and easily accessible. What is the best way to accomplish this requirement ?
Found few ways -
Creating a local component - HTML / js files - can we render a form in the page having the form structure in html code and action in js (?) But, not sure how to send the data to a DB or somewhere to a library?
Using Visual Builder - I don't think we have this option to use VBCS for creating forms. (Also, I am not sure how to check as well).
If you could give a direction, that would be really helpful!!
Thanks as always!

This post has been answered by vinay-kumar-Oracle on Sep 21 2021
Jump to Answer

Comments

vinay-kumar-Oracle
Answer

Both of the listed approach are correct
Creating a local component : In this case you need to have REST API to push data from form, as you local component will invoke on form submit.
Visual Builder: You can create form within Visual builder and then register that as VB component within OCE. VB component can have the logic to push data to DB or pass it to another REST API . Please refer https://docs.oracle.com/en/cloud/paas/content-cloud/solutions/integrate-oracle-visual-builder.html

Marked as Answer by Brindha Sadagopan · Oct 22 2021
Brindha Sadagopan

Thank you!!

1 - 2

Post Details

Added on May 27 2021
2 comments
105 views