I\'m doing some front end development on a hosted e-commerce platform. The system sends a text input for the customer to choose the quantity of items they want to add to the
Remove the type and value attributes from the , and add the name="txtQuantity" attribute that you left out.
type
value
name="txtQuantity"