HelloI defined custom fields in Joomla and want to use them in custom fields of CB (new feature with CB 2.
.In CB Field Management there’s no problem assigning the Joomla field type to new custom fields.Editing a CB user to fill in the new fields (type Joomla) causes not understandable errors when saving:
fieldname : testIf there is only one field with type Joomla I could save without error (in my example field “Strasse”).Following cases end with the error (see also attachments):
case 1• Additional field “PLZ“ defined in Joomla (type text) and in CB (type Joomla)• Edit CB user• Enter a value in PLZ• Save• The error “PLZ : test” appears• The value of PLZ is deleted by CB
Saving is possible with this turnaround:• Enter a value in PLZ• Delete value in “Strasse”• Save• The value of “Strasse” is set automatically to the old value
case 2• Strasse, PLZ and Ort are of type Joomla• All this fields already have a value• Edit CB user• Make no changes• Save• The error “PLZ : test / Ort : test” appears
Saving is possible with this turnaround:• Delete values of Strasse and PLZ• Save• The value of Strasse and PLZ are set automatically to the old valuesI made tests changing options of Joomla fields and of CB fields, with no result.Joomla debugging turned on didn’t show any error.I tried on several installations, all show the same errors.Software versionsJoomla: 4.3.1Community Builder: 2.8.0 build.2023.05.16.19.40.40.f3776312c (free version)PHP: 8.1mySQL: 10.5.20-MariaDBInstalled extensions:Event BookingThank you and best regards