Closed (fixed)
Project:
Webform Rules
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2012 at 03:18 UTC
Updated:
3 Jan 2013 at 13:35 UTC
Jump to comment: Most recent
Comments
Comment #1
stborchertHm yes, I think this should be possible.
If you're using the action "Execute custom PHP code" you have full access to all data entered in the webform so you can create a new user object and call user_save().
Example:
Comment #2
petednz commentedthank you for your reply - i will try and give that a go and report back
Comment #3
stborchertPlease reopen if there are further questions.
Comment #4
hansrossel commentedThis is working when using civicrm, but the validation if a user or email allready exists is not functioning correctly (no message, just an unhelpful error).
Comment #5
jazzitup commentedYou should provide your own validation for it, eg: