Skip to content

Commit 6e05b92

Browse files
authored
Merge pull request #7324 from jonathoncove3/patch-4
Update rendering-forms.md
2 parents 9d13792 + 83addc8 commit 6e05b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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 (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.
@@ -71,4 +71,4 @@ Similarly, you can reference a form picker property on your page:
7171
{
7272
@await Umbraco.RenderMacroAsync("renderUmbracoForm", new { FormGuid = formId, FormTheme = Model.FormTheme, ExcludeScripts = "1" })
7373
}
74-
```
74+
```

0 commit comments

Comments
 (0)