webform.inc, line 187
$message .= theme('webform_mail_fields', '', $form_values['submitted_tree'], $node);
This part of the form_values only holds the last page.
I tried with the 1.3 version of the theme function wich prints $form_values['submitted'], it gives me a blank message (submitted values wise)
I consider this a critical bug as I believe its not intended to mail only the last page.
Working on a patch to solve it temporarily
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | webform.multi-page-mail-fix.patch | 1.56 KB | rmpel |
Comments
Comment #1
rmpel commented(our) temporary solution:
use the theme function from the 1.3 version of webform
Comment #2
rmpel commentedwebform.inc version 1.7 patched to use $form_values['submitted'] and succeed (ofcourse :P)
Hereby added; patch for functionality
ToDo (by author preferably):
* review patch,
* comment it
Comment #3
quicksketchI'm fairly certain this issue was fixed in this past week's rounds of bug fixes. If you could try out the latest dev or wait for 1.8 and reopen if the problem still exists I'd appreciate it. Otherwise I'll assume the problem has already been fixed.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.