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
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
Hi Paulo,
Not ideal but a menu of type External URL will let you do this.
Bob
Not ideal but a menu of type External URL will let you do this.
Bob
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;
Thanks for the replies.
I'll try.
Paolo
I'll try.
Paolo
This topic is locked and no more replies can be posted.