Hi i am trying to made a grossery application.... here in this application i am using checkbox for the items. suppose there are 5 items in the page for example.... in the first checkbox let's say tea, 2 checkbox Coffee... 3 Checbox Rice $ checkbox Wheat
suppose a user select any of the one item which he want to purchase...
i have all these item in the item table.... so by default the ruby will generate the item id....
now what i want is that.... if a user select suppose tea to order by checking the tea checkbox... now i want the item id of tea for the furhter use in my order table so that the user will complete his order......