I need to design a form for customers to order items in different colors. I need to require that they order a total of 6 items which may be of any combination of the colors offered. So, they can order 2 red, 3 blue and 1 black. In any event the total quantity they order on this form must be 6. My pages are designed using CSS, MySql and PHP. I have some JS, but am not experienced enough in JS to begin to attempt writing it for this purpose.
Any assistance is appreciated.