<?php echo CFS()->form(
array(
'post_id' => false,
'post_type' => 'company',
'post_title' => 'The Title',
'post_content' => false,
'field_groups' => array('152'),
'confirmation_url' => '/successful', // redirect URL
'submit_label' => 'Submit',
));
?>