Thanks krileon for the fast response.
I did troubleshoot your solution a number of different ways and I think that I almost got it to work.
I don't think that it is querying the url correctly. My url is
www.prcua.org/employment
(this is just an example, not live). I can also do
www.prcua.org/employment?variable=employment
In the conditional section, I have set [get_Variable] does contain "employment"
method jQuery
code:
alert('Hello World');
$( 'cbf6943' ).attr('checked', true);
I also tried get_variable equal to full url...and a lot of different combinations.
Also I tried $( 'cbf6943' ).val('checked', true);
Nothing seemed to work, except when I put the condition to empty or does not contain. THen the alert worked but the checked checkbox did not work.
I appreciate your help.
Thanks.
-Bartek