Form name inaccessible

vales 27 Nov, 2014
The form name is not accessible in $ form->data if access to the form is from the menu item.
It is possible to retrieve the name of the form in another way?

Regards Vales
vales 27 Nov, 2014
cf v5 joomla 3.3.6
vales 27 Nov, 2014
i have find this

$app=& JFactory::getApplication();
$params = $app->getPageParameters('com_chronoforms5');
$formname = $params->get('chronoform', '');
Max_admin 28 Nov, 2014
Hi Vales,

You can access the form name in any case with:

$form->name


Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
vales 28 Nov, 2014
Much better. Thanks
vales 28 Nov, 2014
Problem.
$form->name does not work in custom code in On load.
I did print_r($ form) and there is no "name".
I have find "title"
...
[form] => Array
(
[Form] => Array
(
[id] => 8
[title] => allegato
[params] => Array
(
...
vales 30 Nov, 2014
hi Max and Bob,
I retrive the value form name with

$form->form['Form']['title']
Max_admin 30 Nov, 2014
Answer
Good, sorry, my mistake!๐Ÿ™‚
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.