Checkbox and select values are not displayed on the preview page

Home Forums Quform WordPress Checkbox and select values are not displayed on the preview page

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24498
    huwahuwa
    Participant

    Good evening.

    Adding a form data preview page


    We refer to this page and create a preview page.
    I am in trouble because select and checkbox are not displayed properly.

    
    //select
    
    $('.quform-field-1_28').change(function () {
        $('#address01-value  option:selected').text($(this).val());
    });
    
    

    Do not show

    
    //checkbox
    
    $('.quform-field-1_61').change(function () {
        $('#how-value').text($(this).val());
    });
    
    

    Only one is displayed, but it can not display more than one

    How can I see it?
    Please teach.

    • This topic was modified 7 years, 6 months ago by huwahuwa.
    • This topic was modified 7 years, 6 months ago by huwahuwa.
    #24509
    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.

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