bunglebrown
New Member
- Messages
- 157
- Reaction score
- 0
- Points
- 0
well if I do conditionals as you have shown in the example for all 200 images/checkboxes then I will have to cover all possibilities which are thousands. In your example as we were dealing with 2 images/checkboxes the possibilities are 4 (only box 1 checked, only box 2 checked, both checked or neither checked). So I am hoping there is a more efficient and less strenuous way of doing it.
On the additional point of only allowing users to submit if they have checked at least one box; I already have a page that has required fields - test page - but this demands that all fields are filled in rather than any one of them so I don't know how to make at least one required field to progress as I would need for the images/checkboxes. See what you think..
On the additional point of only allowing users to submit if they have checked at least one box; I already have a page that has required fields - test page - but this demands that all fields are filled in rather than any one of them so I don't know how to make at least one required field to progress as I would need for the images/checkboxes. See what you think..