Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/guide/form_builder/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ You can build forms consisting of different fields in the Form Builder.
To learn how to get, create, and delete form submissions by using the PHP API,
see [Managing forms](../../api/public_php_api_managing_forms.md).

[[% include 'snippets/forms_caution.md' %]]

## Existing Form fields

### Captcha field
Expand Down
4 changes: 4 additions & 0 deletions docs/snippets/forms_caution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!!! caution "Known limitation"

To have multiple instances of the same form on one page, create several identical form blocks.
Otherwise, you may encounter issues with submitting data from all forms at the same time.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The final step of this tutorial assists you in adding to the home page a Form block for signing up to a newsletter.

[[% include 'snippets/forms_caution.md' %]]

### Add a Form block

Start with creating a Form Content item.
Expand Down