Hi all , I can successfully use a SID in a URL , how would you modify a form to include SID . For example .... how would you modify the below form to include the SID ? <form method="get" action="http://www.abcd.com/interactive" target="_top"> <input type="hidden" name="pid" value="2222200"/> <input type="hidden" name="aid" value="10444444"/> <input type="hidden" name="cjsku" value="EB-11111-0001"/> <input type="hidden" name="url" value="http://www.merchant.com/wigets/blue-widget.aspx?utm_source=CJ&utm_medium=Affiliate&CMP=AFC-CJ"/> <input type="submit" value="Buy"/> </form> Thanks for any input ATT
Should be: <input type="hidden" name="sid" value="whatever"/> You can pull that straight from the product catalog, in fact.
Cheers Johu Is it correct to say that you enter a SID for a product and click on the “update product link†?