[ic] Use Checkboxes instead

Jeff Dafoe interchange-users@icdevgroup.org
Fri Jan 17 16:27:00 2003


> I need to allow the user to select products by using checkboxes instead
> of typing the quantity amount in a text field. Anyone have any idea on
> how to do this? If so your comments will be appreciated.

    I suspect if you set the name of the checkbox to the same thing that the
quantity value is currently named and set the value of the checkbox to "1"
it might do what you want.


Jeff