Skip to content

Commit

Permalink
[DOC] Sitecore Forms + JSS article doesn't mention that the provided …
Browse files Browse the repository at this point in the history
…sample doesn't work for Headless mode
  • Loading branch information
illiakovalenko committed May 18, 2020
1 parent 65f37ff commit d6a5431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/routes/docs/techniques/forms/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Usage of Sitecore Forms in JSS works like this:

## Getting Started

This document assumes you are familiar with JSS fundamentals and have a React-based JSS app that you have set up and deployed to Sitecore. It is not possible to use Sitecore Forms in disconnected mode.
This document assumes you are familiar with JSS fundamentals and have a React-based JSS app that you have set up and deployed to Sitecore. It is not possible to use Sitecore Forms in disconnected or headless mode.

### Creating a Sitecore Form

Expand Down Expand Up @@ -222,5 +222,5 @@ const FieldErrorComponent = (props) => (

There are some limitations to be aware of with JSS' Sitecore Forms support.

* Forms cannot be defined or rendered in disconnected mode (connected, integrated, or headless modes are supported)
* Forms cannot be defined or rendered in disconnected or headless mode (connected, integrated are supported)
* Conditional fields are not supported by the JSS forms example implementation; however conditional data is returned by the form API

0 comments on commit d6a5431

Please sign in to comment.