Hi guys, a Customer need:
1 - He added a Joomla User Profile Tab using the standard joomla Custom Fields;
2 - As far as I understandCustom Fields save all into the #_fields_values table as:
--- field_id (the id assigned to the created custom filed)
--- item_id (the id of the associated item like a user id / an article id etc.)
--- value
3 - Now, I want use SEBLOD User Form to read and store there ( #_fields_values ) the values he yet stored and shared with other components, and then add some few fields using SEBOD. So creating a new field I can set Storage as:
-- Format / Object: Standard / Free / value
-- Parameters: #_fields_values
But, Please, How to add at the same time of "value" also the field_id / item_id needed in the same row of that table ?