Skip to content

Commit 9ea8e1e

Browse files
authored
gw-advanced-merge-tags.php: Added support for {all_fields} modifier to show data for all entries.
1 parent 35cdede commit 9ea8e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gravity-forms/gw-advanced-merge-tags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ public function handle_field_modifiers( $value, $input_id, $modifier, $field, $r
529529
// Get the {all_fields} output for each entry.
530530
$all_fields_output = GFCommon::replace_variables( '{all_fields}', $form, $entry, false, false, false );
531531

532-
$output .= $all_fields_output;
532+
$output .= $all_fields_output . '<br>';
533533
}
534534

535535
// if no entries were found, return the original value.

0 commit comments

Comments
 (0)