Accessing $$SearchTemplate by form name
I'm trying to add the subform to a SearchTemplate, but not sure if my logic is correct.
I've been doing something like this...
@If(@Contains(path_info;"createContent");"Create Content";
form="$$SearchTemplate for searchMyContent";"Search > My Content";
"")
But that second part doesn't seem to be working. I've tried just using "searchMyContent", as the variable, but that isn't working either.
Does anyone have any other suggestions?
Thanks
-MrG.



