I’ve been looking for a way to use a cf to register a user in community builder. I’ve seen a few posts on the web that state there is an action item for CB like there is for Joomla. How do I use a chronoform to create a user in Community Builder?
You can use the Save Data action to store a new record in the Community Builder table if you know what data should be in that row.
Do you know what does CB add to it's tables when a user is in Joomla already ?
I appreciate the feedback. In light of that, I will probably use a PHP action and the community builder API for adding a new user. That way all of the community builder New registration triggers will fire.
That surely will be better, or if they provided some REST API to post data to, you may use either PHP action or CURL action for that
