Reply To: Remove choice in radio button

Home Forums Quform WordPress Remove choice in radio button Reply To: Remove choice in radio button

#32960
ms4545
Participant

Hi Ally,

Thanks a lot for your reply.

This is working to make it clear when I select another choice.

However, on my review page, it is displaying all values I have clicked on:

When I click on radio button 1 and then on radio button 2 – How can I delete value of radio button 1 in my class #kondition1?

// Radio Buttons
$(‘.quform-field-5_93’).click(function () {
$(‘#kondition1’).text($(this).val());
});

$(‘.quform-field-5_235’).click(function () {
$(‘#kondition2’).text($(this).val());
});

$(‘.quform-field-5_245’).click(function () {
$(‘#kondition3’).text($(this).val());
});

Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy