Hello,
My Joomla site is in French and language.
I set in locales tab i add my 2 fr_fr and en_gb with language Strings
In french #LOGIN=identifiant
In english #LOGIN=connexion
In then designer tab, i add a textbox with label #LOGIN.
I debug a litlle the code to find the problem.
In Components\com_chronoforms5\chronoforms\libs\form.php function translate(159)
$texts and $locals seem to be OK :
$texts = Array ( [0] => [LOGIN:] [1] => [#MERCI] [2] => [#AVANT] )
$locals = Array ( [0] => Login [1] => Thank you [2] => Welcome )
and $ data before str_replace(...
$data = '0000contactcontactloadload11submitsubmitfilefilechronoformchronoform11111111'
I'm not sure, but the str_replace could not work.
Please, can you help me ?
Regards.
My Joomla site is in French and language.
I set in locales tab i add my 2 fr_fr and en_gb with language Strings
In french #LOGIN=identifiant
In english #LOGIN=connexion
In then designer tab, i add a textbox with label #LOGIN.
I debug a litlle the code to find the problem.
In Components\com_chronoforms5\chronoforms\libs\form.php function translate(159)
$texts and $locals seem to be OK :
$texts = Array ( [0] => [LOGIN:] [1] => [#MERCI] [2] => [#AVANT] )
$locals = Array ( [0] => Login [1] => Thank you [2] => Welcome )
and $ data before str_replace(...
$data = '0000contactcontactloadload11submitsubmitfilefilechronoformchronoform11111111'
I'm not sure, but the str_replace could not work.
Please, can you help me ?
Regards.