The JQuery code will look like the following one:
<script>
$("div.bx-form-row-view-wrapper").not(".bx-form-row-view-wrapper-text").hide();
</script>