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 06df0e6 commit f6a64d1Copy full SHA for f6a64d1
ext/afform/core/templates/afform/customGroups/afblock.tpl
@@ -4,7 +4,7 @@
4
5
{foreach from=$group.field_names item=field_name}
6
{* for multiple record fields there is no need to prepend
7
- the group name because it is provided as the join_entity above *}
+ the group name because it will be the form entity itself *}
8
<af-field name="{if !$group.is_multiple}{$group.name}.{/if}{$field_name}" />
9
{/foreach}
10
0 commit comments