Forums

menu item

Paolo.Ferlini 20 Sep, 2014
Hi all,
I would like to have the possibility to add some parameters to an menu item.

Like parm1=2&parm2=no

Can anyone suggest me how to do ?

Thanks

Paolo
GreyHead 20 Sep, 2014
Hi Paulo,

Not ideal but a menu of type External URL will let you do this.

Bob
Max_admin 21 Sep, 2014
You want to use these values in the form itself ? if yes then inject them into the $form->data array at the top of the "load" event:

<?php
$form->data["param1"] = 2;
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Paolo.Ferlini 22 Sep, 2014
Thanks for the replies.


I'll try.

Paolo
This topic is locked and no more replies can be posted.