Hello,We are using:
- Joomla 5
- Community Builder 2.11
Our registration form uses the standard CB fields:
For the names we need the format:
Code:
Lastname Firstname Middlename
We have configured:
Code:
Name Format = Custom
Custom Name Format = [lastname] [firstname] [middlename]
This correctly affects
, but the Joomla user field
is still being saved as:
Code:
Firstname Middlename Lastname
Questions:
- Is there a supported way in CB 2.11 to save Joomla
as:
Code:
[lastname] [firstname] [middlename]
during registration and profile updates?
- Can
be used to populate Joomla
, or does it only affect
?
- Is there a CB Auto Actions or CB Code Field method recommended by CB to synchronize
with a custom name format?
Thank you!