SD Field Concat V2.5.3 for Joomla 4 or alternative ? 21 PostsLPO PACA 1 year ago1TopicHi, Are there plans to update SD Field Concat V2.5.3 for Joomla 4? If not, do you have an alternative? Thank you for your reply 21 PostsLPO PACA 1 year ago0Level 1You can use code pack extension// Set title value $title =$fields['inscrip_prenom']->value . ' ' . $fields['inscrip_nom']->value; //Affect title JCckDevField::updateValue( 'beforeStore', 'inscrip_prenom_et_nom', $title, $fields, $config );