Hi,
This is a bit different. I have a php loop in which it has a sub loop to create drop downs.
so for example, I have 2 tickets, which ticket has 3 different pricing level.
so the first loop goes for 2, then subloop runs for 3, now in each main loop, I have a hidden field which has max qty value.
I need user to be able to select qty from the subloop's drop down. But they should be able to select only total of max value in the hidden field. otherwise an alert should occur.
Is it possible?
if one does not understand what I am asking, kindly ask for further clarification.
thanks very much.