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

Iowagirl’s picture

Title: Webform - Print form anonymous users » Print submitted form anonymous users
quicksketch’s picture

As 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

Iowagirl’s picture

I 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!

quicksketch’s picture

When I select access own webform submissions it appears that users can not only see their form but the previous and next forms.

They 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".

quicksketch’s picture

Status: Active » Closed (fixed)

Closing after lack of activity.