Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
AI OnAI Off
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
Hi David
The doc doesn't seem quite right. From what I understand, Headless Form API is still in beta, the packages are not available in Optimizley Nuget server. The beta package is hosted in Azure Devops, try the following command
dotnet add package Optimizely.Cms.Forms.Service -s https://pkgs.dev.azure.com/EpiserverEngineering/netCore/_packaging/headless_forms_beta/nuget/v3/index.json
Hello, I am trying to setup Forms API and I can't find the nuget package "Optimizely.Cms.Forms.Service" mentioned in oficial documentation. This is not present in Optimizely nuget feed.
https://docs.developers.optimizely.com/content-management-system/v1.2.0-forms/docs/set-up-headless-optimizely-forms-api
We are integrating Forms in a Headless arquitecture, so our intention is to use forms api to render form through GET method and submit form info through PUT method. We evaluated content delivery api but we saw this doesn't have form submission functionality.