Am following the progress of webform_registration for D7 port - http://drupal.org/node/1336486- but wondering if it can all be achieved via Rules instead. Thoughts?
Am following the progress of webform_registration for D7 port - http://drupal.org/node/1336486- but wondering if it can all be achieved via Rules instead. Thoughts?
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: