Closed (fixed)
Project:
Webform
Version:
6.x-3.0-beta2
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2010 at 22:05 UTC
Updated:
25 Mar 2010 at 01:12 UTC
Is there a way to have the user print the completed form?
I have installed the print module and can print from the admin side.
I have searched but there seems to be multiple conflicting responses that do not seem to include the new features of the dev version of the webform module.
Thanks.
Comments
Comment #1
Iowagirl commentedComment #2
quicksketchAs long as user's have the necessary permissions, they should be able to print just the same as administrators. This includes the following permissions:
access print
access own webform submissions
You can also simply make a link to the print URL anywhere you would like to link to it: print/$nid/submission/$sid
Comment #3
Iowagirl commentedI sincerely apologize for having to ask this but am very new to the webform module (which is wonderful by the way).
When I select access own webform submissions it appears that users can not only see their form but the previous and next forms. Is there a way to provide a link in the confirmation message (and email) to their form that is the printer friendly version of the form and adjust permissions accordingly?
Where would the code go and what would the code look like?
THANKS!
Comment #4
quicksketchThey should only be able to see Next and Previous submissions if they have "access own webform results", which you should not grant to anonymous users. You just want to grant them "access own webform submissions".
Comment #5
quicksketchClosing after lack of activity.