From 8adc87796b28f20b10c5c7e920f8d3c1ef1eedaf Mon Sep 17 00:00:00 2001 From: Ryan Merolle Date: Fri, 3 Mar 2023 10:16:13 -0500 Subject: [PATCH] correct custom script docs --- docs/customization/custom-scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization/custom-scripts.md b/docs/customization/custom-scripts.md index 534b14e44..7c49b416f 100644 --- a/docs/customization/custom-scripts.md +++ b/docs/customization/custom-scripts.md @@ -83,7 +83,7 @@ By default, script variables will be ordered in the form as they are defined in ### `fieldsets` -By default, script variables will be ordered in the form as they are defined in the script. `fieldsets` may be defined as an iterable of field groups and their field names to determine the order in which variables are group and rendered. Any fields not included in this iterable will not be displayed in the firm. If `fieldsets` is defined, `field_order` will be ignored. +`fieldsets` may be defined as an iterable of field groups and their field names to determine the order in which variables are group and rendered. Any fields not included in this iterable will not be displayed in the form. If `fieldsets` is defined, `field_order` will be ignored. A fieldset group for "Script Execution Functions" will be added to the end of the fieldsets by default for the user. ### `commit_default`