Hello all! I'm stuck and hoping someone can help me out.
I've got a product in Cart66 that uses GF pricing. In the gform, I have three checkboxes set up (using the standard fields) that use a DIV in the label field to produce an image, and have the checkbox itself hidden. These checkboxes are to add options to a product. I have some jQuery code that watches those boxes for a click, and if selected, adds an "active" class to the div switch the image to a checkbox. It works beautifully, except the pricing wasn't getting passed along from the standard checkboxes.
I did a little research that showed me I had to use the options pricing fields in GF. No problem. I recreated the checkboxes, exactly as I had before, but this time using the pricing fields. Now, however, my jQuery script won't add the "active" class to the DIV when clicked. Huh? I've looked through the code and can't find what I'm missing—the structure looks identical!
Maybe a fresh set of eyes will help—can someone help me out?
EDIT: You can check out the form here: http://bit.ly/YZBdbc
I've got both checkbox examples posted so you can see the difference. The top one works, the bottom one doesn't.
Thanks in advance for your help!