Hello
thank you for your answer.
I change the SELECT as you mention. But I receive an error:
Erreur : ff_select is not defined
Fichier Source : http://localhost/assoc/index.php?option=com_breezingforms&Itemid=29
Ligne : 974
What is strange is that I active ff_IniLib in my form, I copy the line in this script to activate ff_select
$this->execPieceByName('ff_InitUtilities');
$this->execPieceByName('ff_SubmitUtilities');
if (!function_exists('ff_select')) $this->execPieceByName('ff_select');
I don't undestand why ff_select is not defined.
As per the uppercase, it is already included in my field with this:
function ff_field_action(element, action)
{
ff_getElementByName('field').value = ff_getElementByName('field').value.toUpperCase();
} //ff_field_action
as both records and fields ar in the same format. And it works
Thank you