Skip to content

Commit 576d849

Browse files
committed
gw-display-html-field-on-entry-detail.php: Added a snippet to display HTML field content on Entry Details page.
1 parent 24a9e26 commit 576d849

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gravity-forms/gw-display-html-field-on-entry-detail.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ public function display_html_field_content( $form, $entry ) {
104104
$content = gp_populate_anything()->live_merge_tags->replace_live_merge_tags_static( $content, $form, $entry );
105105
}
106106

107+
// Process static merge tags.
108+
$content = GFCommon::replace_variables( $content, $form, $entry );
109+
107110
// Process shortcodes.
108111
$content = do_shortcode( $content );
109112

0 commit comments

Comments
 (0)