Hallo
I have created a multipage form which collects user data, makes some calculation, returns a page of calculation results and data. Everything work fine, but I would like to be able to print out these data. My template is dark and I would like to use the standard print feature of joomla in order to print the page content (not menu, banners, footers, backgrounds, etc), but I had not success on this.
My form is in a chronoform menu item and this do not support the print format view.
I have tried to submit the results to a new menu page (article) using the redirect plugin (I have applied to the form master) but do not work and it shows a debug message in every form page.
My last solution was to redirect the form submission to a different page, but I had not luck.
Do you guys know a better / working solution? What's the best way to handle the $_POST array when we need to print or generate a PDF?
Thank you for your help and for your component: that's the best!!
I have created a multipage form which collects user data, makes some calculation, returns a page of calculation results and data. Everything work fine, but I would like to be able to print out these data. My template is dark and I would like to use the standard print feature of joomla in order to print the page content (not menu, banners, footers, backgrounds, etc), but I had not success on this.
My form is in a chronoform menu item and this do not support the print format view.
I have tried to submit the results to a new menu page (article) using the redirect plugin (I have applied to the form master) but do not work and it shows a debug message in every form page.
My last solution was to redirect the form submission to a different page, but I had not luck.
Do you guys know a better / working solution? What's the best way to handle the $_POST array when we need to print or generate a PDF?
Thank you for your help and for your component: that's the best!!
Hi mingus,
I think that someone posted some code to get a print link into ChronoForms - but I can’t remember who or when :-(
You can probably do this in a standard thank page if you then tweak the page CSS and use media: print and media:display to hide the unwanted elements.
Bob
I think that someone posted some code to get a print link into ChronoForms - but I can’t remember who or when :-(
You can probably do this in a standard thank page if you then tweak the page CSS and use media: print and media:display to hide the unwanted elements.
Bob
This topic is locked and no more replies can be posted.