-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #279 from infinum/feature/docs-additonal
updating docs
- Loading branch information
Showing
26 changed files
with
269 additions
and
21 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
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,10 @@ | ||
--- | ||
id: dashboard | ||
title: Dashboard | ||
--- | ||
|
||
The dashboards gives you an overview of the currently active features and enables activating and deactivating of them. | ||
|
||
More details can be found [here](features/dashboard). | ||
|
||
![Dashboard screen](/img/forms/dashboard.webp) |
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
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,32 @@ | ||
--- | ||
id: wpml | ||
title: WPML | ||
--- | ||
|
||
WPML is plugin that allows multi-lingual functionality for the website, allowing features like post and media translations. Eightshift Forms is fully compatible with WPML, and allows adding language variants (_translations_) to forms. | ||
|
||
![WPML screen](/img/forms/wpml.webp) | ||
|
||
## How to use | ||
|
||
If using WPML, enable the _WPML_ feature in form settings. This will ensure the forms is displayed correctly in the form listing page, and that all the multi-language features work. | ||
|
||
## Features affected by WPML | ||
|
||
WPML affects the following features: | ||
|
||
### Forms listing | ||
|
||
By default, we use `get_locale()`to retrieve the default language of the project. Once WPML is activated, a new language tag is assigned to each setting, and the forms display only in the language they're assigned to. | ||
|
||
### Forms selector | ||
|
||
When selecting forms in the Forms picker, only the forms in the current editing language are visible. | ||
|
||
### Forms settings | ||
|
||
Forms settings are unique for each language variant of the form. | ||
|
||
### Global settings | ||
|
||
Global settings, similar to form settings, are unique for each language variation, with the exception of API keys, tokens, etc. |
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,47 @@ | ||
--- | ||
id: first-form | ||
title: Your first form | ||
--- | ||
|
||
import { Video } from './../src/docs/videos'; | ||
|
||
Adding your first form and displaying it on the frontend is simple: | ||
1. Enable the form type you want to use in the Eightshift forms Dashboard | ||
2. Create a form in the WordPress admin | ||
3. Configure the form and add the fields needed | ||
4. Add the _Form picker_ block in the place you want to show the form, and select your newly created form | ||
|
||
## Integrations | ||
By default none of the integrations are enabled. | ||
|
||
To enable one, go to the _Dashboard_ page of the Eightshift Forms admin settings. | ||
|
||
More details can be found [here](features/dashboard). | ||
|
||
![Dashboard screen](/img/forms/dashboard.webp) | ||
|
||
## Create a form | ||
|
||
To create a form, open the WordPress admin, find _Eightshift Forms_ in the sidebar, then click on _Add new form_. | ||
|
||
An editing screen will open, with a selector for the form type. If you don't see a form type in the selector, make sure it's enabled in the Dashboard. | ||
|
||
After clicking the form type, the Form block will be automatically added, the form initialized, and some fields may be added by default. | ||
|
||
![Form Type Picker screen](/img/forms/form-type-picker.webp) | ||
|
||
To change form settings, clicking on `Edit settings` in the options sidebar. | ||
|
||
![Forms Sidebar screen](/img/forms/forms-sidebar.webp) | ||
|
||
## Add the form to the page/post/custom post type | ||
|
||
To display the form, add the _Form_ block and select a form to display. | ||
|
||
![Form picker screen](/img/forms/form-picker.webp) | ||
|
||
More settings can be found in options sidebar. | ||
|
||
![Form Sidebar screen](/img/forms/form-sidebar.webp) | ||
|
||
<Video type='forms' video='firstForm' useTitle={false} /> |
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,6 @@ | ||
--- | ||
id: jira | ||
title: Jira | ||
--- | ||
|
||
*Coming soon...* |
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
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,6 @@ | ||
--- | ||
id: pipedrive | ||
title: Pipedrive | ||
--- | ||
|
||
*Coming soon...* |
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
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
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
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
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.