Issue with satellite:form when using vanity url
Hello,
I tried running a simple satellite:form with avisports as shown below:
<render:gettemplateurlparameters outlist="args" tid='<%=ics.GetVar("tid")%>' site='<%=ics.GetVar("site")%>' c="Page" cid='<%= ics.GetVar("cid") %>' tname="SearchLayout" />
<label>Enter Keyword</label>
<input type="text" name="keyword" value=""/>
<input type="hidden" name="form-to-process" value="searchForm"/>
<input type="submit" name="submit" value="submit"/>