Event registration … people can order meals for different days, which so far I've collected with logic and checkboxes.
- Do you want to order any meals? [radio buttons Yes/No]
- If "Yes", which days? [checkboxes Thursday to Sunday]
- for each selected day, checkboxes breakfast / lunch / evening
My conceptual problem with moving this to pricing fields is, not all the meals cost the same. How do I (simply!) associate a price with each "meal" box and then generate the total? I can feel an idea beginning to form, but I'd welcome any advice!