We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689aa86 commit c102df3Copy full SHA for c102df3
docs/content/1_docs/4_form-fields/16_field-grouping.md
@@ -104,7 +104,7 @@ In the repository file you can setup the following parameters:
104
105
```php
106
public bool $fieldsGroupsFormFieldNamesAutoPrefix = true;
107
-public string $fieldsGroupsFormFieldNameSeparator = '-'; // Default is _
+public string $fieldsGroupsFormFieldNameSeparator = '.'; // Default is _
108
```
109
110
This will automatically group/ungroup these fields based on the separator:
0 commit comments