Implementing Dependencies for Radio Button and Checkbox
-
Hello CodePeople,
I’m not sure if I understand dependencies feature right so I’ve decided to ask again. I have radio button for main categories (Fruits, Vegetables, Dairy, Meat, etc…) If selected, sub-categories will show up (for fruits: apple, banana, mango, pineapple, etc…) if the sub-category is checked, for example “apple”, a number field for it will show up so user can enter the quantity. But I noticed that once user choose another category, let say they want to add “Vegetables” to their cart, the prior selected product will disappear (or hidden again?) and the quantity of the prior selected products is subtracted to the total amount. How can you retain the product (number field) even if the user choose another category?
Also can I import the total amount (the calculated field) to my contact form? I’m using Contact 7. Thank you so much!
- The topic ‘Implementing Dependencies for Radio Button and Checkbox’ is closed to new replies.