Add Community Builder user

Answered
ChronoForms v8
st stwgroup 19 Dec, 2025

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?

Max_admin Max_admin 19 Dec, 2025

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 ?

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
st stwgroup 20 Dec, 2025
Answer
1 Likes

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.

Max_admin Max_admin 20 Dec, 2025

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

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Post a Reply