Home › Forums › Quform WordPress › Checkbox and select values are not displayed on the preview page
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.
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.