Scroll
Pass the value of the radio button to the script.
Forums
The value of the radio button is not being passed to the script, i.e., lines like:
var applytype = $('input:radio[name=submitted[wanna_apply]]:checked').val();
Can you tell me what the problem might be? (Drupal 7)
p.s.: In Drupal 6, everything works fine.
- Log in to post comments