diff --git a/content/collections/fieldtypes/form.md b/content/collections/fieldtypes/form.md index 741e08936..6b28ddaba 100644 --- a/content/collections/fieldtypes/form.md +++ b/content/collections/fieldtypes/form.md @@ -22,7 +22,7 @@ options: name: query_scopes type: string description: > - Allows you to specify a [query scope](/extending/query-scopes-and-filters#scopes) which should be applied when retrieving selectable assets. You should specify the query scope's handle, which is usually the name of the class in snake case. For example: `MyAwesomeScope` would be `my_awesome_scope`. + Allows you to specify a [query scope](/extending/query-scopes-and-filters#scopes) which should be applied when retrieving selectable forms. You should specify the query scope's handle, which is usually the name of the class in snake case. For example: `MyAwesomeScope` would be `my_awesome_scope`. related_entries: - fdb45b84-3568-437d-84f7-e3c93b6da3e6 - aa96fcf1-510c-404b-9b63-cea8942e1bf8 @@ -31,6 +31,8 @@ related_entries: The Form fieldtype is gives your users a way to pick a form to include along with the current entry. How that form is implemented or shows up on the page is up to you. +Not to be confused with [form fieldtypes](/forms#form-fieldtypes) — the fields you add _inside_ a form when building it. This fieldtype is for selecting an entire form from elsewhere, like an entry. + ## Data Storage The Form fieldtype stores the `handle` of a single form as a string, or an array of handles if `max_items` is greater than 1. @@ -45,4 +47,20 @@ The Form fieldtype provides a few useful variables: * `api_url` * `honeypot` -You can use the [`form:create`](/tags/form-create) tag to render a `