Closed (cannot reproduce)
Project:
Webform Rules
Version:
7.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2012 at 23:10 UTC
Updated:
15 May 2012 at 09:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
mastap commentedSorry to bump this up.
Have I provided enough info to receive a feedback?
Is this a known issue? thanks!
Comment #2
stborchertUhm, could you provide a screenshot of the page where you expect the field (or the fields name) to appear?
I'm still not sure about what you're to do.
Comment #3
mastap commentedthanks a lot for your reply!
In the newly created node, the target field is: "organisme-created:field-pays-organisme"
Yet these are the only available selectors (see picture attached)
I need the value of the field "pays_organisme" from the webform ID179 called "formulaire-organisme" to be inserted in the organisme node I am creating through rules.
seems I should be using [data:pays_organisme-value-raw]
But I get the error:
Le sélecteur de données data:pays_organisme-value-raw pour le paramètre value est invalide.
"The data selector data:pays_organisme-value-raw for the parameter value is invalid"
(sorry this is french to english free translation)
Any clue?
thanks!
PS: I also attached the "pays_organisme" field definition from the webform in case it helps.
Comment #4
mastap commentedAny clue on this problem? Is this a known issue?
Thanks for your well-needed help!! :)
Comment #5
stborchertWhich type of action are you trying to create? Or is this a condition? It would be great if you could attach an export of the rule (please switch site language to english for further screenshots).
It seems the webform data is not available for this action at all so I guess you'll need to use something like "Execute custom PHP" in rules.
Comment #6
stborchertComment #7
emptyvoid commentedHello I am also experiencing missing fields, Explicitly in the $data object.
I have a webform with roughly 30 fields and about 10 or so are split between page breaks. The problem is when I attempt to reference the $data object it only returns the first two page breaks worth of field objects.
Sadly the field I am triggering business logic on is on the 3rd page. :(
The only thing that I can think of that may be related to this issue is when I edit the webform components I get the following error:
In my rule for the action I include a message action to print out the $data object and I get index errors when I attempt to reference components like so:
Do you have any recommendations?
Comment #8
stborchertPlease export the rule and attach it here.
To see the structure of the
$datavariable, install Devel and use<?php dpm($data); ?>in your rule.Btw.: the text you quoted seems to be incomplete.
Comment #9
stborchert