Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

If A or B is checked, check C….

$
0
0

Replies: 0

I have tried showing this:
If Spa pack is checked, show group-check Kit Maintenance
if Spa pack 2 is checked show group-check kit maintenance…
If Kit maintenance is not checked, show group-uncked kit maintenance…
If you select spa pack or spa pack 2, it will show kit maintenance checked instead of uncheck, but you can also check kit maintenance without checking one of the above..
last thing i tried was this : but it shows many kit maintenance.. im lost
if [kit-maintenance-checked] not equals “1” then show [group-kit-not-checked]
if [kit-maintenance] equals “0” then show [group-kit-not-checked]
if [filtration-spa-pack-2] not equals “Système de filtration avec Spa-pack 2” then show [group-kit-not-checked]
if [filtration-spa-pack-2] equals “Système de filtration avec Spa-pack 2” then show [group-kit-checked]
if [filtration-spa-pack] not equals “Système de filtration avec Spa-pack” then show [group-kit-not-checked]
if [filtration-spa-pack] equals “Système de filtration avec Spa-pack” then show [group-kit-checked]

here is the form :
[checkbox filtration-spa-pack use_label_element exclusive “Système de filtration avec Spa-pack”]
[checkbox filtration-spa-pack-2 use_label_element exclusive “Système de filtration avec Spa-pack 2”]
[group group-kit-checked][checkbox kit-maintenance-checked default:1 use_label_element exclusive “Kit Maintenance”][/group]
[group group-kit-not-checked][checkbox kit-maintenance use_label_element default:0 exclusive “Kit Maintenance”][/group]

can anyone help please!!? been on this for days 🙁


Viewing all articles
Browse latest Browse all 59525

Trending Articles