trying to set conditional rules for checkbox group... what is the exact syntax? should i try something different?
Hello there, I hope someone has a little insight for me on this. I've been building up a form, and i just found BF to be and incredible tool for that. I'm trying to rewrite a form i create to meet the needs of my client, given that the conditional statements took a huge script and loading was interrupted by browser "unresponsive script protections". Since i need less statements without cutting away everything that my client requires, i merge some options and i've been rearranging statements... but i had troubles stating rules for checkbox group. In the tut says that it applies the same than for the single checkbox... but how? i tried already different arrangements... no results.
this what i'm doing:
there is a checkbox where services for an order are listed.
so i turned off some specific pages after that are options for that specific services. I want to be able to turn them on as soon as i checked the option and to turn them off with the option checkbox unchecked...
maybe it's a limitation of the rules and i can't, but the tut gives the impression it is possible...
this is what i tryied
checkbox group
serviceslist
service 1 checkbox target page2
service 2 checkbox target page3
service 3 checkbox target page4
service 4 checkbox target page5
service 5 checkbox target page6
so this is the statements i tryied:
turn on page3 if serviceslist is !checked
or
turn on page3 if service2 is !checked
or
turn on page3 if serviceslist service2 is !checked
but i don't know how to use the rule for the group member i need... if it is not possible, is there a way to do it that is not like
turn on page3 if serviceslist is service2
turn off page3 if serviceslist is #service1|service3|service4|service5... (cause i have a lot of services and my gut tells me that i will have huge statements and huge scripts again, so it will be the same as individual checkbox)