Hi,
i use chronoforms v4.
After read this guide
http://www.chronoengine.com/faqs/4133-how-can-i-create-a-pdf-including-form-results-.html
FROM
TO
if i select only download (other forms with this "view" ) i get pdf document corrupt.
thanks
i use chronoforms v4.
After read this guide
http://www.chronoengine.com/faqs/4133-how-can-i-create-a-pdf-including-form-results-.html
FROM
if($PDF_view != 'F'){
$mainframe =& JFactory::getApplication();
$mainframe->close();
}
TO
if($PDF_view != 'F'){
if ( $PDF_view == 'I' || $PDF_view == 'FI' ) {
$mainframe =& JFactory::getApplication();
$mainframe->close();
}
}
if i select only download (other forms with this "view" ) i get pdf document corrupt.
thanks