In addition to @Victor Font's comment, you can also disable the dropzone after adding the frm_compact CSS class in the layout class fields.
Simply add this to your function.php child theme or code snippet plugin.
add_filter( 'frm_load_dropzone', '__return_false' );
Please login or Register to submit your answer