• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: how can users print or pdf the form results ?

how can users print or pdf the form results ? 17 years 1 week ago #3049

  • maxmax
  • maxmax's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
hello,

i'm actually working on a quotation form.

The result is ok, but i would like the user (logged or not) to be able to generate a pdf or print the result.

1/
I can't find a way to display the pdf/print buttons.
Actually 'im publishing the forms throught the menu .... so i cant get access to the pdf/print options.


2/
I also tryed to put the pdf/print function on a link on the result page, but it doesnt print the result, just the empty form (in fact it doesnt catch the id form to print).
So is there a way to include the id on the link ?

3/
is there a way for a logged user to see the previous forms he complete ?

TY :)<br><br>Post edited by: maxmax, at: 2008/05/26 13:02
The administrator has disabled public write access.

Re:how can users print or pdf the form results ? 16 years 11 months ago #3358

I would really appreciate the answers to these questions too as I am working on a similar project. In particular a method to add in the pdf and print icons again.
Thanks
The administrator has disabled public write access.

Re:how can users print or pdf the form results ? 16 years 11 months ago #3361

  • arieh
  • arieh's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Using the mosforme plugin-thingy it's possible to add a form into a Joomla contentitem. Perhaps this makes the buttons shop up and work correctly.

Unfortunately the plugin seems to be unavailable from the download-page at the moment, but perhaps you can get the zip from somewhere else.
The administrator has disabled public write access.

Re:how can users print or pdf the form results ? 16 years 11 months ago #3381

Unfortunately that just shows the blank form as a pdf.
The administrator has disabled public write access.

Re:how can users print or pdf the form results ? 16 years 11 months ago #3382

Unfortunately that just shows the blank form as a pdf.
The administrator has disabled public write access.

Re:how can users print or pdf the form results ? 16 years 10 months ago #3700

hello,

i'm actually working on a quotation form.

The result is ok, but i would like the user (logged or not) to be able to generate a pdf or print the result.

1/
I can't find a way to display the pdf/print buttons.
Actually 'im publishing the forms throught the menu .... so i cant get access to the pdf/print options.


2/
I also tryed to put the pdf/print function on a link on the result page, but it doesnt print the result, just the empty form (in fact it doesnt catch the id form to print).
So is there a way to include the id on the link ?

3/
is there a way for a logged user to see the previous forms he complete ?

TY

Is there any solution for this. I'm in this situation too, and I really want to find the answer. Thanks<br><br>Post edited by: hoalucbinh, at: 2008/07/13 10:52
The administrator has disabled public write access.

Re:how can users print or pdf the form results ? 16 years 10 months ago #3707

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
For PRO Version

Go to mod form list.php
Edit them and insert them
At the end you will find this code :
if(!isset($_GET['detail']))
{
	$template_module = str_replace('{formdata}',$html,$template_module);
}else{
	$template_module = $template_formdetail;
}]

Replace them with this one :
Iif(!isset($_GET['detail']))
{
	$template_module = str_replace('{formdata}',$html,$template_module);
}else{
	$template_module = $template_formdetail.'&lt;a ref=\&quot;'.$_SERVER['REQUEST_URI'].'&amp;format=pdf\&quot;&gt;View this content into pdf&lt;/a&gt;';
}

It's fonctionned thery good to show the page on pdf, but i have just a small problem, the content layout is not ok ... So i work on it. For print, it is &print=1 but i work same too on it<br><br>Post edited by: dragonjc, at: 2008/07/14 17:21
Component RS SHow Form in build
The administrator has disabled public write access.

Re:how can users print or pdf the form results ? 16 years 8 months ago #4913

Hello,
I tryed, but just appears the text with underline, no working at all as link... can be something wrong in the code?
i really need print or pdf my form, so, any help will be great.
Thanks
The administrator has disabled public write access.

Re:how can users print or pdf the form results ? 16 years 8 months ago #4915

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Component RS SHow Form in build
The administrator has disabled public write access.

Re:how can users print or pdf the form results ? 16 years 8 months ago #4925

thanks... maybe i miss something... on the forum post you speak about your new component, but i didn
The administrator has disabled public write access.

Re:how can users print or pdf the form results ? 16 years 8 months ago #4937

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Download it from forum, i have created this new thread for cleared all tests :
www.rsjoomla.com/index.php/RSform-How-To...rint-and-search.html<br><br>Post edited by: dragonjc, at: 2008/10/03 16:18
Component RS SHow Form in build
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!