diff --git a/docs/en/02_Developer_Guides/03_Forms/06_Tabbed_Forms.md b/docs/en/02_Developer_Guides/03_Forms/06_Tabbed_Forms.md index c958749a8..f2826de0d 100644 --- a/docs/en/02_Developer_Guides/03_Forms/06_Tabbed_Forms.md +++ b/docs/en/02_Developer_Guides/03_Forms/06_Tabbed_Forms.md @@ -37,7 +37,7 @@ display up to two levels of tabs in the interface. If you want to group data fur ## Moving a field between tabs :::php - $field = $fields->dataFieldByName('Content'); + $content = $fields->dataFieldByName('Content'); $fields->removeFieldFromTab('Root.Main', 'Content'); $fields->addFieldToTab('Root.MyContent', $content); @@ -52,4 +52,4 @@ display up to two levels of tabs in the interface. If you want to group data fur ## API Documentation -* [api:FormScaffolder] \ No newline at end of file +* [api:FormScaffolder]