I've enabled the "Donation made in honor off" option, and can see it now on my donation form.
However, when I click the checkbox on the form, nothing happens on screen -- the radio buttons and text fields that should appear do not appear.
Checking the Console, I've got a Java-Script error:
Code:
ReferenceError: showDedicate is not defined onclick
Any suggestions on what might be going wrong?
edit: I'm seeing an additional JS "TypeError: $(...) is null" error from another unrelated script that might be crashing java-script. But it only occurs when I resize my browser window. You can see my test form at
www.sttherese.ca/jdontest
.