Joomla3.5.5
Seblod 3.8.1
2
days agoI began
to useCode Pack.
Does not work in Before Render:
$fields['p_22222']->value = "test";
New value are not being rendered in the form!!! No effect in the form!!!
But in Before Store works fine structure:
$name=$fields['my_field']->storage_field;
$table=$fields['my_field']->storage_table;
$config['storages'][$table][$name]= 'test2';