<?php $form = wpjam_get_post_object($form_id); $args = !empty($form_title) ? ['title'=>$form_title] : []; $form->render($args); ?>