Closed (cannot reproduce)
Project:
Webform
Version:
6.x-3.14
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2010 at 20:26 UTC
Updated:
12 Mar 2013 at 19:53 UTC
The %email_values in the E-MAIL TEMPLATE prints nothing UNLESS either %email[x] or %value[x] is also included. If at least one %email or %value is present, then %email_values appears to print correctly.
Comments
Comment #1
quicksketchThe default template doesn't include any %email[x] or %value[x] tokens, but %email_values clearly works in the default template. I couldn't find anything in the code that would cause the described problem to occur. Perhaps this was already fixed since beta5. Please reopen if this problem exists in the latest version of Webform 3.x.
Comment #2
evelien commentederror is still there, using 6.x-3.4
Comment #3
evelien commentedFound out what happens:
My form has 3 elements, all part of one group.
At e-mailsetting at the bottom you can choose which elements to print within the e-mails.
I did select all three of them, but didn't select the groupname. If I select the groupname, the problem disappears. Strange.
Comment #4
quicksketchIt's not that strange, I though that Webform even included JavaScript to make it apparent that if you don't select the parent group, none of the children are displayed either. This is the intended functionality.
Comment #5
quicksketchComment #6
Draco commentedI have a template
In email I have missing %email_values
Email:
%email_values missing..
I upgraded from version 6.x-2.9 to 3.14
Comment #7
quicksketchI can't reproduce a problem on the current release (or any recent releases) so I'm moving this to a support request. @Draco did you figure out the problem?
Comment #8
quicksketchClosing after lack of activity.
Comment #9
christiemade commentedThis is happening to me, too!
Started after upgrade to 6.x-3.18. Emails come through with empty space for %email_values.
Not using any special templates ("Default Template" is set).
Adding %email[x] with any existing variable to the top of the Email Template box solves the problem. But obviously you shouldn't have to do that and something else is wrong here.