Posted by isoevent on December 1, 2012 at 1:48am
I'm trying to create a rule based on my webform fields to create a user after each submission
The user is correctly created when I use
login -> test
email -> [user:mail]
But I have a problem when I put
login -> [data:firstname]
email -> [data:email]
It seem that [data:firstname] and [data:email] are not getting the value of the field from my webform
I'm quite new to drupal. Did I miss something?
Comments
=-=
I did some digging into this and the best advice I have is to file a support request in the issue queue of the module in question where the community that are more acquainted with the module in question can provide aid. May want to search through the queue (if you haven't already) for similar reports.
now its working except for lists
I solved it partially. The correct syntax is
login -> [data:name-value-raw]
email -> [data:email-value-raw]
It works for all fields except for the "lists". Don't know why