in the nintex from i am having the radio button based on the radio button value i need to set the other field value in the jquery i am writing the script on click event of the radio button class and trying to get the value of the checked radio button value from the javascipt varaible
NWF$('.GenehmigungsprozessRVLgenehmigt').on('click',function(){alert(NWF$('#' + GenehmigungsprozessRVLgenehmigt ).val())});
for this i am getting null value