Hi everyone,
I have a trouble when I try to pass parameters to another form using the macro sc_redir(app,par1={val1};par2={val2},_self);
I’m trying to get the parameters with $_REQUEST[‘par1’], but the system send me true when I ask if the variable is empty.
I don’t know if someone can help me to get the parameters in this form, is this the right way to get them? Or Are there another one to do it?