Home › Forums › Quform WordPress › Remove choice in radio button
- This topic has 4 replies, 2 voices, and was last updated 1 year ago by
ms4545.
- AuthorPosts
- May 4, 2021 at 1:59 pm #32940
ms4545
ParticipantHi Ally,
I hope you can help me with this problem.
I tried to make it as clear as possible in attachement.Thanks
MehmetAttachments:
You must be logged in to view attached files.May 5, 2021 at 11:54 am #32956Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
May 5, 2021 at 3:30 pm #32960ms4545
ParticipantHi 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());
});May 7, 2021 at 9:34 am #32966Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
May 7, 2021 at 11:11 am #32971ms4545
ParticipantThis is great and solved my problem, thank you so much Ally
- AuthorPosts
- You must be logged in to reply to this topic.