Reply To: Field Variables

Home Forums Quform WordPress Field Variables Reply To: Field Variables

#31049
DUALWERK
Participant

Hello,

I tried to apply this for the radio input element with images. But it does not work.

Here is my code:

JS:

jQuery(document).ready(function ($) {
    $('.quform-field-2_50').bind('keyup blur', function () {
        var rVal = $(".quform-field-2_50:checked").val();
        if(rVal){ $('#terminart').text(rVal); }
        console.log(rVal);
    });
}); 

HTML:
<span id="terminart"></span>

Seems like the bind event does not trigger because I don’t even get the console log. Does it work differently for radio inputs?

Thanks in advance!

// I found a solution, see this post: https://support.themecatcher.net/forums/topic/field-variables-radio-input

  • This reply was modified 3 years, 11 months ago by DUALWERK.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy