Site icon Hip-Hop Website Design and Development

Utilizing Forminator API to output knowledge [closed]

WordPress rookie right here. Mainly what I’m making an attempt to do is, everytime a type is stuffed out and submitted. I’m making an attempt to get it outputted on a web page on my web site. I’ve tried the template.php file with the next code however ended up receiving the white display of dying. I’m utilizing a forminator type and making an attempt to output the entries to the shape within the template web page.

<?php
$form_id = 3899
$entries = Forminator_API::get_entries( $form_id );
?>

Then I went on to the template web page
Select /code and typed in

<?php
echo "<h3>" . $entries . "</h3>
?>

Sadly it did not work. What am I doing incorrect? Is there a neater various?
Utilizing Gutenberg for templates any reply is probably the most appreciated.