-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
103 changed files
with
9,541 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Line endings for this repository | ||
# See: https://help.github.com/en/articles/configuring-git-to-handle-line-endings | ||
# This should line up with the expectations from .eslintrc | ||
|
||
# Set the default behavior, in case people don't have core.autocrlf set. | ||
* text=crlf | ||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.ts text eol=crlf | ||
*.tsx text eol=crlf | ||
*.js text eol=crlf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions
15
docs/data/routes/docs/fundamentals/services/forms-service/en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: forms-service | ||
routeTemplate: ./data/component-templates/article.yml | ||
title: Forms Service | ||
--- | ||
|
||
# Forms Service | ||
|
||
To enable consuming [Sitecore Forms](https://doc.sitecore.com/users/91/sitecore-experience-platform/en/introducing-sitecore-forms.html) from JSS, APIs are provided to: | ||
|
||
* Get form data from [Layout Service](/docs/fundamentals/services/layout-service) using a [Rendering Contents Resolver](/docs/techniques/extending-layout-service/layoutservice-rendering-contents) | ||
* Accept form posts and return JSON data in a REST service. The URL for for this API is `/api/jss/formbuilder` | ||
|
||
The usage and setup of the forms service is detailed in the [forms reference documentation](/docs/techniques/forms). | ||
|
Oops, something went wrong.