Remove choice in radio button

Home Forums Quform WordPress Remove choice in radio button

This topic is: resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #32940
    ms4545
    Participant

    Hi Ally,

    I hope you can help me with this problem.
    I tried to make it as clear as possible in attachement.

    Thanks
    Mehmet

    Attachments:
    You must be logged in to view attached files.
    #32956
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #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());
    });

    #32966
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #32971
    ms4545
    Participant

    This is great and solved my problem, thank you so much Ally

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy