Closed (fixed)
Project:
Webform
Version:
7.x-4.0-alpha4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2012 at 12:10 UTC
Updated:
2 Jul 2013 at 00:10 UTC
As described from fenstrat, version alpha 4 should solve the problem with the token in fieldset. I use this version from start, but I have exactly the result of 103.
So I get either the whole fieldset result, nothing or the value when I take a field outside a fieldset...
It seems to me that Rechi achieved a goal!???
So how???
thx in advance
maen
Comments
Comment #1
quicksketchIn order to use nested tokens, you have to include each of the nested field's parent fieldset keys. i.e. Instead of just
[submission:values:myfield]you have to use[submission:values:myfieldset1:myfieldset2:myfield](where myfieldset1 and 2 are the parent fieldset keys). This description text was fixed in #1797670: Documentation ambiguous/incomplete for email replacement tokens.