<?php
ob_start();

?>
        <table class="form-table"><tbody>
                        <tr>
                            <td><?php echo do_shortcode( '[cminds_free_guide id="cmcr"]' ); ?></td>
                        </tr>
                    </tbody></table>
     

<?php
ob_end_flush();
