I just want to use Javascript (action builder has fits over multiple "trigger" conditions). For previous if/then statements I've just used .rawvalues of radio buttons and checkboxes. Now, I want the event to happen (navigating to page x) when the next button is clicked AND with a checkbox value of 1.
I know about && to join conditions, I just don't know how to code in a rawvalue for an OK button.
Is there a clean way to do this? I don't want to have a dozen Ok buttons occupying the space and becoming visible given a checkbox value. That sounds a bit clunky. I'd appreciate any help!