Hi have two modules that I developed and i want to nest their tags like this
{exp:module1:method}
{exp:module2:method id="{id_from_module1}"}{data}{/exp:module2:method}
{/exp:module1:method}my problem that {id_from_module1} tag is not been sent to module2:method inside the id parameter! when I check the value of of it in PHP I get a string “{id_from_module1}” any idea how to fix this?
Thanks