My code :
$(document).on('knack-page-render.scene_35', function(event, page) {
alert( $('#view_48 #field_172').val() );
});
The alert statement works if "field_172" is a text field.
The alert statement does not work if "field_172" is a multiple choice field.
How do I read the value of "field_172" if it is a multiple choice field?
Thanks for you help,
Wouter