Display image nested form

hi
this code is (from gravity wiz) for display image in nested form not working.

// Update "123" to your child form ID and "4" to the child File Upload field ID.
add_filter( 'gpnf_display_value_123_4', function( $value, $field, $form, $entry ) {
	$value['label'] = sprintf( '<img src="%s">', $value['value'] );
	return $value;
}, 10, 4 );

Can anyone fix it?

Hi Jack. Have you checked with Gravity Wiz support already?

https://gravitywiz.com/support/

:neutral_face: :pensive:
My support is over, please give me a solution or you contact them

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.