Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: You'd need to use CB Auto Actions for that acting on the onAfterUserUpdate trigger (and onAfterUpdateUser if you also want to include backend updates) with a Field action. Example as follows.
Global
Triggers: onAfterUserUpdate
Type: Field
User: Automatic
Access: Everybody
Action
Field: FIELD_3
Operator: Set
Value: [FIELD_1] [FIELD_2]
This assumes you need the value actually stored in the database. If you don't need it stored in the database I recommend just making Field 3 a Custom HTML field then substituting in field 1 and 2.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The field has an value in the data bank (!) but nothing is shown in the backend and on profile. I have checked all, at the moment I have no further idea.krileon wrote: The field doesn't display at all in backend and on profile or it displays as empty like nothing was stored in it? If it's not displaying at all ensure it's published within CB > Field Management and is set to display in the appropriate views (e.g. on profile if you want it displayed on profile). If it's empty check if you're applying any conditions to it via CB Conditional as if a condition is not met it will empty the field.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.