19 Posts
LPO PACA
10 months ago
1
Topic

Hi, 

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

Get a Book for SEBLOD
19 Posts
LPO PACA
9 months ago
0
Level 1

You 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 );

Get a Book for SEBLOD