| Trustmaster |
|
|---|---|
|
The form is missing action and as tensh mentioned it uses GET method. addtocart() should compose a proper action attribute for the form before submitting it. And it would better use POST rather than GET. May the Source be with you!
|