Skip to content

Commit 83addc8

Browse files
authored
Update 13/umbraco-forms/developer/rendering-forms.md
1 parent cd63fc2 commit 83addc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/umbraco-forms/developer/rendering-forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Six parameters can be provided:
1818

1919
- `formId` is the GUID of a form.
2020
- `theme` is the name of a theme. If not provided, the default theme is used (see [Themes](./themes.md)).
21-
- `includeScripts` indicates whether scripts should be rendered with the form (necessary to use conditional fields, see [Rendering Scripts](./rendering-scripts.md)).
21+
- `includeScripts` indicates whether scripts should be rendered with the form. This is necessary for using conditional fields. See [Rendering Scripts](./rendering-scripts.md) for more details.
2222
- `recordId` is an optional existing record GUID, used if editing records via the website is [enabled in configuration](../developer/configuration/README.md#alloweditableformsubmissions)
2323
- `redirectToPageId` is an optional GUID for a content page that, if provided, is redirected to once the form has been submitted. It will be used in preference to post-submission behavior defined on the form itself.
2424
- `additionalData` is an optional dictionary of string values. When provided it will be used as a source for ["magic string" replacements](./magic-strings.md). The data will be associated with the created record and made available for custom logic or update within workflows.

0 commit comments

Comments
 (0)