Closed (duplicate)
Project:
Webform
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2013 at 11:18 UTC
Updated:
3 Aug 2013 at 22:40 UTC
Hello,
this project is very great!!!
I've a little question:
I use D7 with webform 7.x-3.18 and webform2pdf 7.x-3.x-dev
If I download pdf with multiple submissions I obtain a multi-page pdf with the right number of the submissions, but every page has same data.
I open an issue in Webform2Pdf: http://drupal.org/node/1956336
I think that the problem is on webform.module where there's
function _webform_filter_values($string, $node = NULL, $submission = NULL, $email = NULL, $strict = TRUE, $allow_anonymous = FALSE) {
global $user;
static $replacements;
....
If I remove static $replacements; it work fine.
Please review
Comments
Comment #1
ts145nera commentedComment #2
quicksketchLooks like this came back to the Webform queue in #1956336: Same data on every page when using Webform2PDF to download multiple submissions.