B
BeanoKing
I have this on my aspx form:
<input type="hidden" name="order-input" id="orderinput" value=""
runat="server" />
When the page renders my source now reads:
<input type="hidden" name="orderinput" id="orderinput" value="" />
Why is the name attribute changing? It's causing issues with Amazon
Checkout.
Thanks!
<input type="hidden" name="order-input" id="orderinput" value=""
runat="server" />
When the page renders my source now reads:
<input type="hidden" name="orderinput" id="orderinput" value="" />
Why is the name attribute changing? It's causing issues with Amazon
Checkout.
Thanks!