- Notifications
You must be signed in to change notification settings - Fork2
episerver/content-headless-form-js-sdk
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This JS SDK package helps render a form based on metadata taken from the Headless Form API. In this package, there are 2 main parts:
| Project | Description | Doc |
|---|---|---|
| @episerver/forms-sdk | JS SDK for models, client validation, form loader, form dependencies, form submit | https://github.com/episerver/content-headless-form-js-sdk/tree/develop/src/%40episerver/forms-sdk#readme |
| @episerver/forms-react | React SDK for rendering a form as a React component | https://github.com/episerver/content-headless-form-js-sdk/tree/develop/src/%40episerver/forms-react#readme |
ref:
https://world.optimizely.com/blogs/linh-hoang/dates/2024/8/optimizely-headless-form-setup/
Wiki:
Setup AAD with Form Headless API
Setup Anonymous token provider with Headless Forms
Setup Form Headless API with OIDC
From Azure Artifacts
Sourcehttps://dev.azure.com/EpiserverEngineering/netCore/_artifacts/feed/HeadlessForms
To use packages from Azure Artifacts, configure your project to reference this feed. Create a new text file called .npmrc in the same directory as your package.json, then copy the snippet below.
@episerver:registry=https://pkgs.dev.azure.com/EpiserverEngineering/netCore/_packaging/HeadlessForms/npm/registry/Install from the command line
$ npm install @episerver/forms-sdk@%verion% $ npm install @episerver/forms-react@%verion%OR clone source code and install dependencies, then build and view the site on the browser.
This repository contains two sample sites
- Site render using Headless Form Api
/samples/ManagementSiteBackend decouples site that hosts the Headless Form API/samples/sample-react-appFrontend React site that render form using Headless Form API
- Site render using Content Graph
/samples/musicfestival-backend-dotnetBackend site that fully index using Content Graph/samples/musicfestival-frontend-reactFrontend React site that renders the full site, including the Form, using Content Graph
- Clone repo
git clone https://github.com/episerver/content-headless-form-js-sdk.git
cd content-headless-form-js-sdk- Install package dependencies and database
npm run setup
To setup musicfestival:
- https://github.com/episerver/content-headless-form-js-sdk/tree/develop/samples/musicfestival-backend-dotnet
- https://github.com/episerver/content-headless-form-js-sdk/tree/develop/samples/musicfestival-frontend-react
- Build all projects
npm run build
- Start management site
npm run start-backend
for musicfestival sample site
npm run start-musicfestival-backend
- Start react site
npm run start-frontend
for musicfestival sample site
npm run start-musicfestival
Create a form with some elements in MainContentArea of Start page.
- Management page
http://localhost:8082/episerver/cms
- React page
http://localhost:3000/
About
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors14
Uh oh!
There was an error while loading.Please reload this page.