Forminator preloader
You need to wrap the form shortcode in a form-wrap shortcode to make it work. //FORMINATOR PRELOADER - give form class form-wrap add_action( 'wp_footer', function() { global $post; if ( ! $post instanceof WP_Post || ! has_shortcode( $post->post_content, 'forminator_form' )…
